public IndexModel(TightShip.Data.TightShipContext context)
 {
     _context = context;
 }
Exemple #2
0
 public DeleteModel(TightShip.Data.TightShipContext context)
 {
     _context = context;
 }
 public DetailsModel(TightShip.Data.TightShipContext context)
 {
     _context = context;
 }
Exemple #4
0
 public CreateModel(TightShip.Data.TightShipContext context)
 {
     _context = context;
 }
Exemple #5
0
 public EditModel(TightShip.Data.TightShipContext context)
 {
     _context = context;
 }