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