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

            return(daRol.Insertar(Rol));
        }