Beispiel #1
0
 public List <Recipe> GetALLFavourite(int id)
 {
     return(_repo.GetALLFavourite(id));
 }