예제 #1
0
 public clsCategory()
 {
     categoryDb = new CategoryDBAccess();
 }
예제 #2
0
 public CategoryHandler()
 {
     CategoryDB = new CategoryDBAccess();
     common     = new CommonBusiness();
 }