/// <summary> /// Initializes a new instance of the <see cref="ServiceProxyTest"/> class. /// </summary> public ServiceProxyTest() { Portables = new PortablesImpl(_marsh); }
/// <summary> /// Initializes a new instance of the <see cref="TestIgniteService"/> class. /// </summary> /// <param name="portables">The portables.</param> public TestIgniteService(IPortables portables) { _portables = portables; }