예제 #1
0
        public static ILogicB Instance(ICoreStore coreStore, ICoreBond coreBond)
        {
            if (LogicBInstance == null)
            {
                LogicBInstance = new LogicB(coreStore, coreBond);
            }

            return(LogicBInstance);
        }
예제 #2
0
        public static ILogicB Instance()
        {
            if (LogicBInstance == null)
            {
                LogicBInstance = new LogicB();
            }

            return(LogicBInstance);
        }