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