コード例 #1
0
 public DeleteModel(rpiThermo.Models.rpiThermoContext context)
 {
     _context = context;
 }
コード例 #2
0
 public CreateModel(rpiThermo.Models.rpiThermoContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: Edit.cshtml.cs プロジェクト: jayjar291/rpithermo
 public EditModel(rpiThermo.Models.rpiThermoContext context)
 {
     _context = context;
 }
コード例 #4
0
 public IndexModel(rpiThermo.Models.rpiThermoContext context)
 {
     _context = context;
 }
コード例 #5
0
 public DetailsModel(rpiThermo.Models.rpiThermoContext context)
 {
     _context = context;
 }