Esempio n. 1
0
 public InvoiceRepository(EnterwellAppContext context)
     : base(context)
 {
 }
Esempio n. 2
0
 public ProductRepository(EnterwellAppContext context)
     : base(context)
 {
 }
Esempio n. 3
0
 public ItemRepository(EnterwellAppContext context)
     : base(context)
 {
 }