Exemple #1
0
 public VanThuanShopDbContext Init()
 {
     return(dbContext ?? (dbContext = new VanThuanShopDbContext()));
 }
 public ApplicationUserStore(VanThuanShopDbContext context)
     : base(context)
 {
 }