示例#1
0
 internal CotizarService.Asesor RecuperarXId(byte idAsesor)
 {
     objProxy = new CotizarService.CotizarServiceClient();
     return(objProxy.Asesor_RecuperarFiltros(new CotizarService.Asesor()
     {
         idasesor = idAsesor
     }).FirstOrDefault());
 }
示例#2
0
 internal CotizarService.Asesor RecuperarXId(byte idAsesor)
 {
     objProxy = new CotizarService.CotizarServiceClient();
     return objProxy.Asesor_RecuperarFiltros(new CotizarService.Asesor() { idasesor = idAsesor }).FirstOrDefault();
 }
示例#3
0
 internal IEnumerable<CotizarService.Asesor> RecuperarTodos()
 {
     objProxy = new CotizarService.CotizarServiceClient();
     return objProxy.Asesor_RecuperarFiltros(new CotizarService.Asesor());
 }
示例#4
0
 internal IEnumerable <CotizarService.Asesor> RecuperarTodos()
 {
     objProxy = new CotizarService.CotizarServiceClient();
     return(objProxy.Asesor_RecuperarFiltros(new CotizarService.Asesor()));
 }