public DetailsModel(Mnom_Mnom.Models.Mnom_MnomContext context)
 {
     _context = context;
 }
Exemple #2
0
 public CreateModel(Mnom_Mnom.Models.Mnom_MnomContext context)
 {
     _context = context;
 }
 public EditModel(Mnom_Mnom.Models.Mnom_MnomContext context)
 {
     _context = context;
 }
Exemple #4
0
 public IndexModel(Mnom_Mnom.Models.Mnom_MnomContext context)
 {
     _context = context;
 }
Exemple #5
0
 public DeleteModel(Mnom_Mnom.Models.Mnom_MnomContext context)
 {
     _context = context;
 }