Exemple #1
0
 public OrderItemRepoDB(Entity.P0Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public ProductRepoDB(Entity.P0Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemple #3
0
 public CustomerRepoDB(Entity.P0Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemple #4
0
 public LocationRepoDB(Entity.P0Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public InventoryRepoDB(Entity.P0Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }