Example #1
0
 public async Task <ICollection <Editora> > FindAll()
 {
     return(await _repository.FindAll());
 }