public ApplicationUserStore(QuanLyHocVienDbContext context)
     : base(context)
 {
 }
Esempio n. 2
0
 public QuanLyHocVienDbContext Init()
 {
     return(dbContext ?? (dbContext = new QuanLyHocVienDbContext()));
 }