Exemplo n.º 1
0
 public AttachService(IAttachRepository attachRepository, IMapper mapper)
 {
     this._attachRepository = attachRepository;
     this._mapper           = mapper;
 }
Exemplo n.º 2
0
 public AttachService(IAttachRepository attachRepository)
 {
     _attachRepository = attachRepository;
 }