示例#1
0
文件: OrgService.cs 项目: wyh0395/AMS
 public List <OrgDto> GetOrganization()
 {
     return(_orgRepository.GetOrganization());
 }