예제 #1
0
 public ProductsController(IServicesProducts<Products> serviceProducts, IServicesVendors<Vendors> serviceVendors)
 {
     this.serviceProducts = serviceProducts;
     this.serviceVendors = serviceVendors;
 }
예제 #2
0
 public VendorsController(IServicesVendors<Vendors> service)
 {
     this.service = service;
 }