コード例 #1
0
 public List <Recipes> GetAllOwnedRecipesList(int id)
 {
     return(_repo.GetAllOwnedRecipesList(id));
 }