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

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

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