Example #1
0
        public IHttpActionResult GetAllProductosVendidos()
        {
            EstadisticaService con = new EstadisticaService();

            return(Ok(con.GetAllProductosVendidos()));
        }