Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Entities"/> class.
 /// </summary>
 /// <param name="parentClient">The parent client.</param>
 public Entities(WebServiceClient parentClient)
 {
     this.parentClient = parentClient;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Modules"/> class.
 /// </summary>
 /// <param name="parentClient">The parent client.</param>
 public Modules(WebServiceClient parentClient)
 {
     this.parentClient = parentClient;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Session"/> class.
 /// </summary>
 /// <param name="parentClient">The parent client.</param>
 public Session(WebServiceClient parentClient)
 {
     this.parentClient = parentClient;
 }