Exemplo n.º 1
0
        static public List <Tag> buscarTagPorProducto(int idproducto)
        {
            SqlServerTag lista = new SqlServerTag();
            List <Tag>   tags  = lista.buscarTagPorProducto(idproducto);

            return(tags);
        }
Exemplo n.º 2
0
 static public List<Tag> buscarTagPorProducto(int idproducto)
 {
     SqlServerTag lista = new SqlServerTag();
     List<Tag> tags= lista.buscarTagPorProducto(idproducto);
      
     return tags;
 }