public ApplicationUserStore(QuanLyHocVienDbContext context) : base(context) { }
public QuanLyHocVienDbContext Init() { return(dbContext ?? (dbContext = new QuanLyHocVienDbContext())); }