Exemple #1
0
 public static void DeleteT_DepartmentById(int id)
 {
     T_DepartmentService.DeleteT_DepartmentById(id);
 }
Exemple #2
0
 public static void DeleteT_DepartmentById(string depart_name)
 {
     T_DepartmentService.DeleteT_DepartmentById(depart_name);
 }