public PackingSlipRepository(PackingDbContext context)
 {
     _context = context;
 }
 public CustomerMembershipRepository(PackingDbContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public FreeProductRepository(PackingDbContext context)
 {
     _context = context;
 }
 public AgentCommissionRepository(PackingDbContext context)
 {
     _context = context;
 }