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