示例#1
0
 public System.Threading.Tasks.Task <FE.WSConversorFecha.ConvertirFechaResponse> ConvertirFechaAsync(string fecha)
 {
     FE.WSConversorFecha.ConvertirFechaRequest inValue = new FE.WSConversorFecha.ConvertirFechaRequest();
     inValue.Body       = new FE.WSConversorFecha.ConvertirFechaRequestBody();
     inValue.Body.fecha = fecha;
     return(((FE.WSConversorFecha.WSConversorFechaSoap)(this)).ConvertirFechaAsync(inValue));
 }
示例#2
0
 public System.DateTime ConvertirFecha(string fecha)
 {
     FE.WSConversorFecha.ConvertirFechaRequest inValue = new FE.WSConversorFecha.ConvertirFechaRequest();
     inValue.Body       = new FE.WSConversorFecha.ConvertirFechaRequestBody();
     inValue.Body.fecha = fecha;
     FE.WSConversorFecha.ConvertirFechaResponse retVal = ((FE.WSConversorFecha.WSConversorFechaSoap)(this)).ConvertirFecha(inValue);
     return(retVal.Body.ConvertirFechaResult);
 }
示例#3
0
 System.Threading.Tasks.Task <FE.WSConversorFecha.ConvertirFechaResponse> FE.WSConversorFecha.WSConversorFechaSoap.ConvertirFechaAsync(FE.WSConversorFecha.ConvertirFechaRequest request)
 {
     return(base.Channel.ConvertirFechaAsync(request));
 }
示例#4
0
 FE.WSConversorFecha.ConvertirFechaResponse FE.WSConversorFecha.WSConversorFechaSoap.ConvertirFecha(FE.WSConversorFecha.ConvertirFechaRequest request)
 {
     return(base.Channel.ConvertirFecha(request));
 }