Beispiel #1
0
 public ActivityCategoryEntity AddCategory(ActivityCategoryEntity model)
 {
     return(service.AddCategory(model));
 }