Пример #1
0
 public static int Del(int DeptId)
 {
     return(DeptService.Del(DeptId));
 }