Example #1
0
 public UserStore() : this(BaseServices.GetDbContext())
 {
     DisposeContext = true;
 }
Example #2
0
 public RoleStore() : base(BaseServices.GetDbContext())
 {
     DisposeContext = true;
 }