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