Exemple #1
0
 public async Task <IEnumerable <Favourite> > GetFavourites()
 {
     return(await favouritesService.GetAllAsync());
 }