Beispiel #1
0
 public InvoiceRepository(EnterwellAppContext context)
     : base(context)
 {
 }
 public ProductRepository(EnterwellAppContext context)
     : base(context)
 {
 }
Beispiel #3
0
 public ItemRepository(EnterwellAppContext context)
     : base(context)
 {
 }