コード例 #1
0
 public CreateModel(WEB_SIS_2.Models2.ReviewDBContext context)
 {
     _context = context;
 }
コード例 #2
0
 public Index2Model(WEB_SIS_2.Models2.ReviewDBContext context)
 {
     _context = context;
 }
コード例 #3
0
 public DetailsModel(WEB_SIS_2.Models2.ReviewDBContext context)
 {
     _context = context;
 }
コード例 #4
0
ファイル: Edit.cshtml.cs プロジェクト: Senatorddd/WEB-SIS-2
 public EditModel(WEB_SIS_2.Models2.ReviewDBContext context)
 {
     _context = context;
 }