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