示例#1
0
 public List <Department> GetDepartmentsByCode(string Code)
 {
     return(_departmentBusiness.GetDepartmentsByCode(Code));
 }