Esempio n. 1
0
 public int GetAllDeptCountById(string keyValue)
 {
     return(service.GetAllDeptCountById(keyValue));
 }