public void DocVentaDev_KPIMotivo(int idEmpresa, int codigoUsuario, System.DateTime fechaInicio, System.DateTime fechaFinal, ref GS.SISGEGS.BE.DocVentaDev_KPIMotivoBE[] lstMotivo)
 {
     GS.SISGEGS.UT.DashboardWCF.DocVentaDev_KPIMotivoRequest inValue = new GS.SISGEGS.UT.DashboardWCF.DocVentaDev_KPIMotivoRequest();
     inValue.idEmpresa     = idEmpresa;
     inValue.codigoUsuario = codigoUsuario;
     inValue.fechaInicio   = fechaInicio;
     inValue.fechaFinal    = fechaFinal;
     inValue.lstMotivo     = lstMotivo;
     GS.SISGEGS.UT.DashboardWCF.DocVentaDev_KPIMotivoResponse retVal = ((GS.SISGEGS.UT.DashboardWCF.IDashboardWCF)(this)).DocVentaDev_KPIMotivo(inValue);
     lstMotivo = retVal.lstMotivo;
 }
 public System.Threading.Tasks.Task <GS.SISGEGS.UT.DashboardWCF.DocVentaDev_KPIMotivoResponse> DocVentaDev_KPIMotivoAsync(GS.SISGEGS.UT.DashboardWCF.DocVentaDev_KPIMotivoRequest request)
 {
     return(base.Channel.DocVentaDev_KPIMotivoAsync(request));
 }
 GS.SISGEGS.UT.DashboardWCF.DocVentaDev_KPIMotivoResponse GS.SISGEGS.UT.DashboardWCF.IDashboardWCF.DocVentaDev_KPIMotivo(GS.SISGEGS.UT.DashboardWCF.DocVentaDev_KPIMotivoRequest request)
 {
     return(base.Channel.DocVentaDev_KPIMotivo(request));
 }