Exemplo n.º 1
0
 public IEnumerable <MessageDataDto> GetAll()
 {
     return(_repository.GetAll().Select(x => MessageDataDto.FromEntity(x)));
 }