예제 #1
0
파일: OrgService.cs 프로젝트: wyh0395/AMS
 public List <OrgDto> GetOrganization()
 {
     return(_orgRepository.GetOrganization());
 }