Exemple #1
0
 public static T_Department GetT_DepartmentById(int id)
 {
     return(T_DepartmentService.GetT_DepartmentById(id));
 }