public BuyerRepository(EmartContext context)
 {
     _context = context;
 }
 public AccountRepository(EmartContext context)
 {
     _context = context;
 }
 public SellerRepository(EmartContext context)
 {
     _context = context;
 }
 public Itemrepo(EmartContext context)
 {
     _context = context;
 }
 public AdminRepository(EmartContext context)
 {
     _context = context;
 }
 public ItemRepository(EmartContext context)
 {
     _context = context;
 }
 public UserRep(EmartContext context)
 {
     _context = context;
 }
 public Adminrepo(EmartContext context)
 {
     _context = context;
 }
Пример #9
0
 public SellerRepo(EmartContext context)
 {
     _context = context;
 }
 public BuyerRepo(EmartContext context)
 {
     _context = context;
 }