Beispiel #1
0
 public async Task <IEnumerable <Specie> > ListAsync()
 {
     return(await _specieRepository.ListAsync());
 }