예제 #1
0
 public InvoiceService(
     FactVentoryDbContext costumerDbContext
     )
 {
     _costumerDbContext = costumerDbContext;
 }
예제 #2
0
 public CostumerService(
     FactVentoryDbContext costumerDbContext
     )
 {
     _costumerDbContext = costumerDbContext;
 }
예제 #3
0
 public ProductService(
     FactVentoryDbContext costumerDbContext
     )
 {
     _costumerDbContext = costumerDbContext;
 }