Пример #1
0
 public List <Producto> ListarProductosPorRubro(Rubro rubro)
 {
     return(daoProducto.ListarProductoPorRubro(rubro));
 }