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