public DeleteModel(PSCoreFundamentals.Data.CoreFundaDbContext context)
 {
     _context = context;
 }
Пример #2
0
 public SqlRestaurantData(CoreFundaDbContext coreFundaDbContext)
 {
     this.coreFundaDbContext = coreFundaDbContext;
 }
Пример #3
0
 public IndexModel(PSCoreFundamentals.Data.CoreFundaDbContext context)
 {
     _context = context;
 }