コード例 #1
0
 public CreateModel(CHUSHKA.Models.ChushkaContext context)
 {
     _context = context;
 }
コード例 #2
0
 public DetailsModel(CHUSHKA.Models.ChushkaContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: Edit.cshtml.cs プロジェクト: Georgi123z/ITCareer
 public EditModel(CHUSHKA.Models.ChushkaContext context)
 {
     _context = context;
 }
コード例 #4
0
ファイル: Index.cshtml.cs プロジェクト: Georgi123z/ITCareer
 public IndexModel(CHUSHKA.Models.ChushkaContext context)
 {
     _context = context;
 }