Beispiel #1
0
 public UMCDbContext Init()
 {
     return(dbContext ?? (dbContext = new UMCDbContext()));
 }
Beispiel #2
0
 public ApplicationUserStore(UMCDbContext context)
     : base(context)
 {
 }