コード例 #1
0
 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;
 }