Beispiel #1
0
 public UsersController(IReciplyRepository repo, IMapper mapper)
 {
     _repo   = repo;
     _mapper = mapper;
 }