コード例 #1
0
 public string RegistrarEntrega(string codEmpleado)
 {
     RepositoryWebServiceTRH.AlmacenRepuestosContext.RegistrarEntrega inValue = new RepositoryWebServiceTRH.AlmacenRepuestosContext.RegistrarEntrega();
     inValue.codEmpleado = codEmpleado;
     RepositoryWebServiceTRH.AlmacenRepuestosContext.RegistrarEntrega_Result retVal = ((RepositoryWebServiceTRH.AlmacenRepuestosContext.AlmacenRepuestos_Port)(this)).RegistrarEntrega(inValue);
     return(retVal.return_value);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <RepositoryWebServiceTRH.AlmacenRepuestosContext.RegistrarEntrega_Result> RegistrarEntregaAsync(string codEmpleado)
 {
     RepositoryWebServiceTRH.AlmacenRepuestosContext.RegistrarEntrega inValue = new RepositoryWebServiceTRH.AlmacenRepuestosContext.RegistrarEntrega();
     inValue.codEmpleado = codEmpleado;
     return(((RepositoryWebServiceTRH.AlmacenRepuestosContext.AlmacenRepuestos_Port)(this)).RegistrarEntregaAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <RepositoryWebServiceTRH.AlmacenRepuestosContext.RegistrarEntrega_Result> RepositoryWebServiceTRH.AlmacenRepuestosContext.AlmacenRepuestos_Port.RegistrarEntregaAsync(RepositoryWebServiceTRH.AlmacenRepuestosContext.RegistrarEntrega request)
 {
     return(base.Channel.RegistrarEntregaAsync(request));
 }
コード例 #4
0
 RepositoryWebServiceTRH.AlmacenRepuestosContext.RegistrarEntrega_Result RepositoryWebServiceTRH.AlmacenRepuestosContext.AlmacenRepuestos_Port.RegistrarEntrega(RepositoryWebServiceTRH.AlmacenRepuestosContext.RegistrarEntrega request)
 {
     return(base.Channel.RegistrarEntrega(request));
 }