public DeleteModel(OTF.Data.OTFDbContext context)
 {
     _context = context;
 }
 public CreateModel(OTF.Data.OTFDbContext context)
 {
     _context = context;
 }
Example #3
0
 public SqlRestaurantData(OTFDbContext db)
 {
     this.db = db;
 }
 public IndexModel(OTF.Data.OTFDbContext context)
 {
     _context = context;
 }
Example #5
0
 public EditModel(OTF.Data.OTFDbContext context)
 {
     _context = context;
 }
 public DetailsModel(OTF.Data.OTFDbContext context)
 {
     _context = context;
 }