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