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