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