示例#1
0
 public List <TypeAndName> GetDivisionDeptList(string Type)
 {
     return(repository.GetDivisionDeptList(pclsCache, Type));
 }