Пример #1
0
 public System.Threading.Tasks.Task removePostulacionAsync(int entity)
 {
     net.desktop.WebServicePostulacion.removePostulacion inValue = new net.desktop.WebServicePostulacion.removePostulacion();
     inValue.entity = entity;
     return(((net.desktop.WebServicePostulacion.PostulacionWS)(this)).removePostulacionAsync(inValue));
 }
Пример #2
0
 System.Threading.Tasks.Task net.desktop.WebServicePostulacion.PostulacionWS.removePostulacionAsync(net.desktop.WebServicePostulacion.removePostulacion request)
 {
     return(base.Channel.removePostulacionAsync(request));
 }