Exemple #1
0
 public ShopItemDataSql(BeautyShopDbContext beautyShopDbContext)
 {
     this.beautyShopDbContext = beautyShopDbContext;
 }
Exemple #2
0
 public VisitDataSql(BeautyShopDbContext beautyShopDbContext)
 {
     this.beautyShopDbContext = beautyShopDbContext;
 }
Exemple #3
0
 public MembershipDataSql(BeautyShopDbContext beautyShopDbContext)
 {
     this.beautyShopDbContext = beautyShopDbContext;
 }
Exemple #4
0
 public BeautyShopDbContext Init()
 {
     return(dbContext ?? (dbContext = new BeautyShopDbContext())); //Neu null khoi tao
 }
 public CustomerSQL(BeautyShopDbContext beautyShopDbContext)
 {
     this.beautyShopDbContext = beautyShopDbContext;
 }
Exemple #6
0
 public CustomerDataInSql(BeautyShopDbContext beautyShopDbContext)
 {
     this.beautyShopDbContext = beautyShopDbContext;
 }
 public MembershipSQL(BeautyShopDbContext beautyShopDbContext)
 {
     this.beautyShopDbContext = beautyShopDbContext;
 }
Exemple #8
0
 public VisitSQL(BeautyShopDbContext beautyShopDbContext)
 {
     this.beautyShopDbContext = beautyShopDbContext;
 }