예제 #1
0
파일: MenuBO.cs 프로젝트: BittApps/SiteCore
        public static MenuBO GetInstance()
        {
            if (instance == null)
            {
                instance = new MenuBO();
            }

            return instance;
        }
예제 #2
0
        public static MenuBO GetInstance()
        {
            if (instance == null)
            {
                instance = new MenuBO();
            }

            return(instance);
        }