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