示例#1
0
 public ReceiptReposSQL(OrderPizzaEntity dbcontext)
 {
     _dbcontext = dbcontext;
 }
示例#2
0
 public DetailReposSQL(OrderPizzaEntity dbcontext)
 {
     _dbcontext = dbcontext;
 }
示例#3
0
 public IngredientReposSQL(OrderPizzaEntity dbcontext)
 {
     _dbcontext = dbcontext;
 }
示例#4
0
 public CustomerReposSQL(OrderPizzaEntity dbcontext)
 {
     _dbcontext = dbcontext;
 }
示例#5
0
 public PizzaReposSQL(OrderPizzaEntity dbcontext)
 {
     _dbcontext = dbcontext;
 }
示例#6
0
 public DatabaseRepository(OrderPizzaEntity db)
 {
     this._db = db;
 }
示例#7
0
 public StatusReposSQL(OrderPizzaEntity dbcontext)
 {
     _dbcontext = dbcontext;
 }
示例#8
0
 public DBReposSQL(OrderPizzaEntity db)
 {
     this._db = db;
 }
示例#9
0
 public CategoryReposSQL(OrderPizzaEntity db)
 {
     this._dbContext = db;
 }