public SeguridadBL() { _contexto = new Contexto(); }
public ReportedeVentaPorProductoBL() { _contexto = new Contexto(); ListadeVentasPorProducto = new List <ReporteVentasPorProducto>(); }