コード例 #1
0
 public IEnumerable <PersonDto> GetPersonAll()
 {
     return(personDal.GetPersonAll());
 }