Ejemplo n.º 1
0
        public int Platoidbynb(string nomb)
        {
            PlatoDAL pld = new PlatoDAL();

            return(pld.Get_idplatobyname(nomb));
        }