public SellerRepository(SellerDBContext context)
 {
     _context = context;
 }
Пример #2
0
 public AccountRepository(SellerDBContext context)
 {
     _context = context;
 }