Exemple #1
0
 public CreateModel(MovingApp.Data.MovingAppContext context)
 {
     _context = context;
 }
 public IndexModel(MovingApp.Data.MovingAppContext context)
 {
     _context = context;
 }
 public EditModel(MovingApp.Data.MovingAppContext context)
 {
     _context = context;
 }
 public DeleteModel(MovingApp.Data.MovingAppContext context)
 {
     _context = context;
 }
Exemple #5
0
 public DetailsModel(MovingApp.Data.MovingAppContext context)
 {
     _context = context;
 }