Exemplo n.º 1
0
 public IQueryable <RptVentasPorProductoTotalGeneral> VentasPorProductoTotalGeneral(DateTime?desde, DateTime?hasta, int?rubroId, int?cuentaId)
 {
     return(MaxiKioscosEntities.RptVentasPorProductoTotalGeneral(desde, hasta, rubroId, cuentaId).AsQueryable());
 }