public SubcategoryController()
 {
     _subcatManager = new SubcategoryManager();
 }
Exemplo n.º 2
0
 public ViewController()
 {
     mgrCate    = new CategoryManager();
     mgrSubcate = new SubcategoryManager();
     mgrPro     = new ProductManager();
 }
Exemplo n.º 3
0
 public SubcategoryController()
 {
     mgr = new SubcategoryManager();
 }