コード例 #1
0
ファイル: ApplicationContext.cs プロジェクト: kuhnia/PIZZA
 public Drink GetDrink(int id) => Drink.FirstOrDefault(c => c.Id == id);