Exemple #1
0
 public async Task <IEnumerable <Email> > GetAllEmailsAsync()
 {
     return(await Repository.FindAllAsync());
 }