示例#1
0
 public CustomerCodeController(ICustomerCode repo, IMapper mapper)
 {
     _repo   = repo;
     _mapper = mapper;
 }