Exemplo n.º 1
0
        public IHttpActionResult GetAllEmpresasxVentas()
        {
            EstadisticaService con = new EstadisticaService();

            return(Ok(con.GetAllEmpresasxVentas()));
        }
Exemplo n.º 2
0
        public IHttpActionResult GetAllProductosVendidosxCompania(int id)
        {
            EstadisticaService con = new EstadisticaService();

            return(Ok(con.GetAllProductosVendidosxCompania(id)));
        }