Beispiel #1
0
 public async Task <IEnumerable <AnimalDto> > GetAll()
 {
     return(await animalAppService.GetAll());
 }