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