Exemplo n.º 1
0
 public AccountsController(IZipPayRepo repository, IMapper mapper)
 {
     _repository = repository;
     _mapper     = mapper;
 }