public AccountRepository(InvoiceInterrogatorDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public VendorRepository(InvoiceInterrogatorDbContext context)
 {
     _context = context;
 }