コード例 #1
0
 public SubcategoryController()
 {
     _subcatManager = new SubcategoryManager();
 }
コード例 #2
0
 public ViewController()
 {
     mgrCate    = new CategoryManager();
     mgrSubcate = new SubcategoryManager();
     mgrPro     = new ProductManager();
 }
コード例 #3
0
 public SubcategoryController()
 {
     mgr = new SubcategoryManager();
 }