public PackingSlipRepository(PackingDbContext context)
 {
     _context = context;
 }
 public CustomerMembershipRepository(PackingDbContext context)
 {
     _context = context;
 }
示例#3
0
 public FreeProductRepository(PackingDbContext context)
 {
     _context = context;
 }
 public AgentCommissionRepository(PackingDbContext context)
 {
     _context = context;
 }