示例#1
0
 public List <IPeople> GetAll()
 {
     return(this.Map_PeopleDomainList_To_PeopleDTOList(_peopleDomain.GetAll()));
 }