コード例 #1
0
 public IndexModel(CmdbNet.Models.CmdbNetContext context)
 {
     _context = context;
 }
コード例 #2
0
 public CreateModel(CmdbNet.Models.CmdbNetContext context)
 {
     _context = context;
 }
コード例 #3
0
 public VersionsModel(CmdbNet.Models.CmdbNetContext context)
 {
     _context = context;
 }
コード例 #4
0
 public DetailsModel(CmdbNet.Models.CmdbNetContext context)
 {
     _context = context;
 }
コード例 #5
0
ファイル: Delete.cshtml.cs プロジェクト: j-hoang3/CMDBNET
 public DeleteModel(CmdbNet.Models.CmdbNetContext context)
 {
     _context = context;
 }
コード例 #6
0
ファイル: Edit.cshtml.cs プロジェクト: j-hoang3/CMDBNET
 public EditModel(CmdbNet.Models.CmdbNetContext context)
 {
     _context = context;
 }