Ejemplo n.º 1
0
    public getUnpackedShellsResponse getUnpackedShells(getUnpackedShellsRequest UnpackedShells)
    {
        getUnpackedShellsRequest1  request  = new getUnpackedShellsRequest1(UnpackedShells);
        getUnpackedShellsResponse1 response = this.getUnpackedShells(request);

        return(response.getUnpackedShellsResult);
    }
Ejemplo n.º 2
0
        public static getUnpackedShellsResponse getUnpackedShells(string index)
        {
            var shells = new getUnpackedShellsRequest();

            shells.index = index;
            var result = proxy.getUnpackedShells(shells);

            return(result);
        }
Ejemplo n.º 3
0
 public getUnpackedShellsRequest1(getUnpackedShellsRequest UnpackedShells)
 {
     this.UnpackedShells = UnpackedShells;
 }
Ejemplo n.º 4
0
 public getUnpackedShellsRequest1(getUnpackedShellsRequest getUnpackedShellsRequest)
 {
     this.getUnpackedShellsRequest = getUnpackedShellsRequest;
 }