Exemple #1
0
 public static List <T_Department> GetAllT_DepartmentBySQLstring(string sqlstring)
 {
     return(T_DepartmentService.GetAllT_DepartmentBySQLstring(sqlstring));
 }