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