コード例 #1
0
        public int Eliminar(int Id)
        {
            DAORol daRol = new DAORol();

            return(daRol.Eliminar(Id));
        }