예제 #1
0
 public System.Collections.Generic.List <ERP.Medico.Web.ERPAgendamento.Agendamento> AgendamentosByMedicos(int id)
 {
     ERP.Medico.Web.ERPAgendamento.AgendamentosByMedicosRequest inValue = new ERP.Medico.Web.ERPAgendamento.AgendamentosByMedicosRequest();
     inValue.Body    = new ERP.Medico.Web.ERPAgendamento.AgendamentosByMedicosRequestBody();
     inValue.Body.id = id;
     ERP.Medico.Web.ERPAgendamento.AgendamentosByMedicosResponse retVal = ((ERP.Medico.Web.ERPAgendamento.FornecedorServicosSoap)(this)).AgendamentosByMedicos(inValue);
     return(retVal.Body.AgendamentosByMedicosResult);
 }
예제 #2
0
 ERP.Medico.Web.ERPAgendamento.AgendamentosByMedicosResponse ERP.Medico.Web.ERPAgendamento.FornecedorServicosSoap.AgendamentosByMedicos(ERP.Medico.Web.ERPAgendamento.AgendamentosByMedicosRequest request)
 {
     return(base.Channel.AgendamentosByMedicos(request));
 }