Beispiel #1
0
 public void DocVenta_Top5Producto(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_Top5ProductoRequest inValue = new GS.SISGEGS.UT.DashboardWCF.DocVenta_Top5ProductoRequest();
     inValue.idEmpresa     = idEmpresa;
     inValue.codigoUsuario = codigoUsuario;
     inValue.fechaInicio   = fechaInicio;
     inValue.fechaFinal    = fechaFinal;
     inValue.lstTop5Venta  = lstTop5Venta;
     inValue.lstTop5Renta  = lstTop5Renta;
     GS.SISGEGS.UT.DashboardWCF.DocVenta_Top5ProductoResponse retVal = ((GS.SISGEGS.UT.DashboardWCF.IDashboardWCF)(this)).DocVenta_Top5Producto(inValue);
     lstTop5Venta = retVal.lstTop5Venta;
     lstTop5Renta = retVal.lstTop5Renta;
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <GS.SISGEGS.UT.DashboardWCF.DocVenta_Top5ProductoResponse> DocVenta_Top5ProductoAsync(GS.SISGEGS.UT.DashboardWCF.DocVenta_Top5ProductoRequest request)
 {
     return(base.Channel.DocVenta_Top5ProductoAsync(request));
 }
Beispiel #3
0
 GS.SISGEGS.UT.DashboardWCF.DocVenta_Top5ProductoResponse GS.SISGEGS.UT.DashboardWCF.IDashboardWCF.DocVenta_Top5Producto(GS.SISGEGS.UT.DashboardWCF.DocVenta_Top5ProductoRequest request)
 {
     return(base.Channel.DocVenta_Top5Producto(request));
 }