public IVREngineOPSSDK() { projectStore = new ProjectStore(); activeCalls = new List<CustomerCall>(); Logger.Open(); }
public IVREngineOPSSDK() { projectStore = new ProjectStore(); activeCalls = new List <CustomerCall>(); Logger.Open(LogLevel.Notice); }
public RealModel() { projectStore= new ProjectStore(); }