Ejemplo n.º 1
0
 public int GetPersonTotal(string deptId)
 {
     return(service.GetPersonTotal(deptId));
 }