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