public Connection(string id, string baseUrl) : base(id) { Server = new AIS.Server(baseUrl); }
public ServerCtx(string id, string baseUrl) : base("sv", id) { Server = new AIS.Server(baseUrl); }
public OpenRequestHandler(IStore store, ILocalStorage local, AIS.Server e1) : base(store) { E1 = e1; Local = local; }
public DemoRequestHandler(IStore store, AIS.Server e1) : base(store) { E1 = e1; }
public ReceiptOrderHandler(IStore store, ILocalStorage local, AIS.Server e1) : base(store) { E1 = e1; Local = local; }