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