Beispiel #1
0
 public IndexModel(CmdbNet.Models.CmdbNetContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CreateModel(CmdbNet.Models.CmdbNetContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public VersionsModel(CmdbNet.Models.CmdbNetContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public DetailsModel(CmdbNet.Models.CmdbNetContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public DeleteModel(CmdbNet.Models.CmdbNetContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public EditModel(CmdbNet.Models.CmdbNetContext context)
 {
     _context = context;
 }