Example #1
0
 public Accounts()
 {
     this.context = new UsersContext();
 }
Example #2
0
 public void Sync()
 {
     this.Dispose();
     this.context = new UsersContext();
 }