Пример #1
0
 public static long GetCurrentRep(long deptId)
 {
     return(DepartmentDAO.GetCurrentRepById(deptId));
 }