Пример #1
0
 public CartsController(IMSuppsRepository repo, IMapper mapper)
 {
     _mapper = mapper;
     _repo   = repo;
 }