Beispiel #1
0
 public List <ActivityCategoryEntity> GetActivityCategories(string deptid)
 {
     return(service.GetActivityCategories(deptid));
 }