예제 #1
0
 public CustomerRepository(ICspDbContext cspDbContext, IMapper mapper)
 {
     _cspDbContext = cspDbContext;
     _mapper       = mapper;
 }