Esempio n. 1
0
 public IEnumerable <PersonReplyDto> Get()
 {
     return(personsService.GetAll().Select(x => new PersonReplyDto().CopyPropertiesFrom(x)));
 }