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