Example #1
0
        public static RoleBO GetInstance()
        {
            if (instance == null)
            {
                instance = new RoleBO();
            }

            return instance;
        }