public System.Threading.Tasks.Task <Pacifico.SINCO.EN.enProcurador[]> ListarProcuradorAsync(Pacifico.SINCO.EN.enProcurador pEnProcurador)
 {
     return(base.Channel.ListarProcuradorAsync(pEnProcurador));
 }
 public Pacifico.SINCO.EN.enProcurador[] ListarProcurador(Pacifico.SINCO.EN.enProcurador pEnProcurador)
 {
     return(base.Channel.ListarProcurador(pEnProcurador));
 }