public BuyerRepository(EMARTDBContext context)
 {
     _context = context;
 }
Example #2
0
 public SellerRepository(EMARTDBContext context)
 {
     _context = context;
 }
Example #3
0
 public AdminRepository(EMARTDBContext context)
 {
     _context = context;
 }
 public ItemRepository(EMARTDBContext context)
 {
     _context = context;
 }
 public AccountRepository(EMARTDBContext context)
 {
     _context = context;
 }