Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ServiceProxyTest"/> class.
 /// </summary>
 public ServiceProxyTest()
 {
     Portables = new PortablesImpl(_marsh);
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TestIgniteService"/> class.
 /// </summary>
 /// <param name="portables">The portables.</param>
 public TestIgniteService(IPortables portables)
 {
     _portables = portables;
 }