Ejemplo n.º 1
0
 public OrderPrioritiesService(
     ILinnworksDbContext dbContext,
     IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
Ejemplo n.º 2
0
 public RegionsService(
     ILinnworksDbContext dbContext,
     IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
 public CountriesService(
     ILinnworksDbContext dbContext,
     IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }