Пример #1
0
 public ESIDIFCuota.service.ZfmWsCuotaResponse ZfmWsCuota(ESIDIFCuota.service.ZfmWsCuota ZfmWsCuota1)
 {
     ESIDIFCuota.service.ZfmWsCuotaRequest inValue = new ESIDIFCuota.service.ZfmWsCuotaRequest();
     inValue.ZfmWsCuota = ZfmWsCuota1;
     ESIDIFCuota.service.ZfmWsCuotaResponse1 retVal = ((ESIDIFCuota.service.ZWS_CUOTA)(this)).ZfmWsCuota(inValue);
     return(retVal.ZfmWsCuotaResponse);
 }
Пример #2
0
 public ZfmWsCuotaRequest(ESIDIFCuota.service.ZfmWsCuota ZfmWsCuota)
 {
     this.ZfmWsCuota = ZfmWsCuota;
 }
Пример #3
0
 public System.Threading.Tasks.Task <ESIDIFCuota.service.ZfmWsCuotaResponse1> ZfmWsCuotaAsync(ESIDIFCuota.service.ZfmWsCuota ZfmWsCuota)
 {
     ESIDIFCuota.service.ZfmWsCuotaRequest inValue = new ESIDIFCuota.service.ZfmWsCuotaRequest();
     inValue.ZfmWsCuota = ZfmWsCuota;
     return(((ESIDIFCuota.service.ZWS_CUOTA)(this)).ZfmWsCuotaAsync(inValue));
 }