Ejemplo n.º 1
0
 public ProductCategoryManagerController()
 {
     context = new ProductCategoryRespository();
 }
Ejemplo n.º 2
0
 public ProductManagerController()
 {
     context           = new ProductRepository();
     productCategories = new ProductCategoryRespository();
 }