Exemple #1
0
 public AttachmentController(IAttachmentRepo repository, IMapper mapper)
 {
     _repository = repository;
     _mapper     = mapper;
 }
Exemple #2
0
 public AttachmentController(IAttachmentRepo repo)
 {
     _repo = repo;
 }