コード例 #1
0
        public bool Activer(int id)
        {
            RoleService us = new RoleService();

            return(us.Activer(id));
        }