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