コード例 #1
0
ファイル: HomeController.cs プロジェクト: anwachuku15/CSharp
 // here we can "inject" our context service into the constructor
 public HomeController(DeliciousContext context)
 {
     dbContext = context;
 }