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