Example #1
0
 public CustomerService(CustomerHubDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }