Esempio n. 1
0
 public async Task <ICollection <Autor> > FindAll()
 {
     return(await _repository.FindAll());
 }