Ejemplo n.º 1
0
 public async Task <IEnumerable <Mail> > ListAsync()
 {
     return(await _mailRepository.ListAsync());
 }