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