コード例 #1
0
 public clsCategory()
 {
     categoryDb = new CategoryDBAccess();
 }
コード例 #2
0
 public CategoryHandler()
 {
     CategoryDB = new CategoryDBAccess();
     common     = new CommonBusiness();
 }