Beispiel #1
0
 public Notification InsertSubCategory(string name, int cateID)
 {
     return(categoryBal.InsertSubCategory(name, cateID));
 }