public Service(Regulus.Remoting.ISoulBinder binder, Storage storage , int account_id) { // TODO: Complete member initialization this._Binder = binder; this._Storage = storage; _Id = account_id; }
public Verify(Regulus.Remoting.ISoulBinder binder , Storage storage) { _Storage = storage; this._Binder = binder; }
public Service(Regulus.Remoting.ISoulBinder _Binder, Storage _Storage) { // TODO: Complete member initialization this._Binder = _Binder; this._Storage = _Storage; }
public User(Regulus.Remoting.ISoulBinder binder , Storage storage) { _Storage = storage; _Enable = true; this._Binder = binder; }