コード例 #1
0
ファイル: Details.cshtml.cs プロジェクト: bBankert/.NET
 public DetailsModel(AuthenticationTesting.Data.UserContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: Create.cshtml.cs プロジェクト: bBankert/.NET
 public CreateModel(AuthenticationTesting.Data.UserContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: Index.cshtml.cs プロジェクト: bBankert/.NET
 public IndexModel(AuthenticationTesting.Data.UserContext context)
 {
     _context = context;
 }