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