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