Ejemplo n.º 1
0
 public async Task <IEnumerable <SpeakerDto> > FindAsync()
 {
     return((await _speakersRepository.FindAsync()).Select(Map));
 }