Exemplo n.º 1
0
 public ERP.Medico.Web.ERPAgendamento.Paciente PacienteById(int id)
 {
     ERP.Medico.Web.ERPAgendamento.PacienteByIdRequest inValue = new ERP.Medico.Web.ERPAgendamento.PacienteByIdRequest();
     inValue.Body    = new ERP.Medico.Web.ERPAgendamento.PacienteByIdRequestBody();
     inValue.Body.id = id;
     ERP.Medico.Web.ERPAgendamento.PacienteByIdResponse retVal = ((ERP.Medico.Web.ERPAgendamento.FornecedorServicosSoap)(this)).PacienteById(inValue);
     return(retVal.Body.PacienteByIdResult);
 }
Exemplo n.º 2
0
 ERP.Medico.Web.ERPAgendamento.PacienteByIdResponse ERP.Medico.Web.ERPAgendamento.FornecedorServicosSoap.PacienteById(ERP.Medico.Web.ERPAgendamento.PacienteByIdRequest request)
 {
     return(base.Channel.PacienteById(request));
 }