namespace bitforum.Constants { public enum Roles { // 최고관리자 Admin, // 관리자 Manager, // 운영자 Staff, // 관전자 Viewer } }