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