public ApplicationUserStore(QuanLyHocVienDbContext context)
     : base(context)
 {
 }
Пример #2
0
 public QuanLyHocVienDbContext Init()
 {
     return(dbContext ?? (dbContext = new QuanLyHocVienDbContext()));
 }