コード例 #1
0
 public UsersController(IBaseRepository <User> repo, IMapper mapper)
 {
     _mapper = mapper;
     _repo   = repo;
 }