public OnepV1(string url, int timeout) { transport = new HttpTransport(url, timeout); }
public Provision(string url, int timeout, bool managebycik, bool managebysharecode) { transport = new HttpTransport(url, timeout); manage_by_cik = managebycik; manage_by_sharecode = managebysharecode; }