Beispiel #1
0
 public OrderService(ASITechContext ctx)
 {
     _ctx = ctx;
 }
Beispiel #2
0
 public ProductService(ASITechContext ctx)
 {
     _ctx = ctx;
 }
Beispiel #3
0
 public ClientService(ASITechContext ctx)
 {
     _ctx = ctx;
 }
Beispiel #4
0
 public SupplierService(ASITechContext ctx)
 {
     _ctx = ctx;
 }