Example #1
0
 public void DocVenta_Top5Vendedor(int idEmpresa, int codigoUsuario, System.DateTime fechaInicio, System.DateTime fechaFinal, ref GS.SISGEGS.BE.VendedorTop5BE[] lstTop5Venta, ref GS.SISGEGS.BE.VendedorTop5BE[] lstTop5Renta)
 {
     GS.SISGEGS.UT.DashboardWCF.DocVenta_Top5VendedorRequest inValue = new GS.SISGEGS.UT.DashboardWCF.DocVenta_Top5VendedorRequest();
     inValue.idEmpresa     = idEmpresa;
     inValue.codigoUsuario = codigoUsuario;
     inValue.fechaInicio   = fechaInicio;
     inValue.fechaFinal    = fechaFinal;
     inValue.lstTop5Venta  = lstTop5Venta;
     inValue.lstTop5Renta  = lstTop5Renta;
     GS.SISGEGS.UT.DashboardWCF.DocVenta_Top5VendedorResponse retVal = ((GS.SISGEGS.UT.DashboardWCF.IDashboardWCF)(this)).DocVenta_Top5Vendedor(inValue);
     lstTop5Venta = retVal.lstTop5Venta;
     lstTop5Renta = retVal.lstTop5Renta;
 }
Example #2
0
 public System.Threading.Tasks.Task <GS.SISGEGS.UT.DashboardWCF.DocVenta_Top5VendedorResponse> DocVenta_Top5VendedorAsync(GS.SISGEGS.UT.DashboardWCF.DocVenta_Top5VendedorRequest request)
 {
     return(base.Channel.DocVenta_Top5VendedorAsync(request));
 }
Example #3
0
 GS.SISGEGS.UT.DashboardWCF.DocVenta_Top5VendedorResponse GS.SISGEGS.UT.DashboardWCF.IDashboardWCF.DocVenta_Top5Vendedor(GS.SISGEGS.UT.DashboardWCF.DocVenta_Top5VendedorRequest request)
 {
     return(base.Channel.DocVenta_Top5Vendedor(request));
 }