Esempio n. 1
0
 public IQueryable <RptVentaPorProductoRanking> VentasPorProductoRanking(DateTime?desde, DateTime?hasta, int?rubroId, int?maxikioscoId, int?cuentaId, int?cierreCajaId)
 {
     return(MaxiKioscosEntities.RptVentasPorProductoRanking(desde, hasta, rubroId, maxikioscoId, cuentaId, cierreCajaId).AsQueryable());
 }