コード例 #1
0
ファイル: HomeController.cs プロジェクト: CaptGillespie/Chefs
 public HomeController(ChefsContext context)
 {
     dbContext = context;
 }