Ejemplo n.º 1
0
 public User(Remoting.ISoulBinder binder , IStorage storage)
 {
     _Machine = new Utility.StageMachine();
     this._Binder = binder;
     _Account = new Data.Account();
     _Storage = storage;
 }
Ejemplo n.º 2
0
 private void _ToMaintenance(Data.Account account)
 {
     _Account = account;
 }