コード例 #1
0
ファイル: ItemsController.cs プロジェクト: dylanmrule/Lab23
 public ItemsController(IntroToMVCContext context)
 {
     _context = context;
 }
コード例 #2
0
 public UsersController(IntroToMVCContext context)
 {
     _context = context;
 }