コード例 #1
0
ファイル: Reference.cs プロジェクト: czarhinojosa/portafolio
 public System.Threading.Tasks.Task <net.desktop.WebServiceEstadoPostulacion.findEstadoPostulacionResponse> findEstadoPostulacionAsync(int id)
 {
     net.desktop.WebServiceEstadoPostulacion.findEstadoPostulacionRequest inValue = new net.desktop.WebServiceEstadoPostulacion.findEstadoPostulacionRequest();
     inValue.id = id;
     return(((net.desktop.WebServiceEstadoPostulacion.EstadoPostulacionWS)(this)).findEstadoPostulacionAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: czarhinojosa/portafolio
 System.Threading.Tasks.Task <net.desktop.WebServiceEstadoPostulacion.findEstadoPostulacionResponse> net.desktop.WebServiceEstadoPostulacion.EstadoPostulacionWS.findEstadoPostulacionAsync(net.desktop.WebServiceEstadoPostulacion.findEstadoPostulacionRequest request)
 {
     return(base.Channel.findEstadoPostulacionAsync(request));
 }