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