public DeleteModel(PSCoreFundamentals.Data.CoreFundaDbContext context)
 {
     _context = context;
 }
Example #2
0
 public SqlRestaurantData(CoreFundaDbContext coreFundaDbContext)
 {
     this.coreFundaDbContext = coreFundaDbContext;
 }
Example #3
0
 public IndexModel(PSCoreFundamentals.Data.CoreFundaDbContext context)
 {
     _context = context;
 }