Ejemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 /// <exception cref="factory.api.client.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="id"></param>
 /// <returns>System.IO.Stream</returns>
 public System.IO.Stream MachinesDelete(int id)
 {
     factory.api.client.Client.ApiResponse <System.IO.Stream> localVarResponse = MachinesDeleteWithHttpInfo(id);
     return(localVarResponse.Data);
 }
Ejemplo n.º 2
0
        /// <summary>
        ///
        /// </summary>
        /// <exception cref="factory.api.client.Client.ApiException">Thrown when fails to make API call</exception>
        /// <param name="id"></param>
        /// <returns>Task of System.IO.Stream</returns>
        public async System.Threading.Tasks.Task <System.IO.Stream> MachinesDeleteAsync(int id)
        {
            factory.api.client.Client.ApiResponse <System.IO.Stream> localVarResponse = await MachinesDeleteAsyncWithHttpInfo(id);

            return(localVarResponse.Data);
        }
Ejemplo n.º 3
0
 /// <summary>
 ///
 /// </summary>
 /// <exception cref="factory.api.client.Client.ApiException">Thrown when fails to make API call</exception>
 /// <param name="id"></param>
 /// <param name="inMachineDTO"></param>
 /// <returns>System.IO.Stream</returns>
 public System.IO.Stream MachinesPut(int id, InMachineDTO inMachineDTO)
 {
     factory.api.client.Client.ApiResponse <System.IO.Stream> localVarResponse = MachinesPutWithHttpInfo(id, inMachineDTO);
     return(localVarResponse.Data);
 }