Example #1
0
 public CustomerController()
 {
     this.customerServices          = new CustomerServices();
     this.productAndServiceServices = new ProductAndServiceServices();
 }
Example #2
0
 public ProductAndServiceController()
 {
     this.services = new ProductAndServiceServices();
 }