Exemplo n.º 1
0
        public static ICoreDomain GetInstance()
        {
            if (_theUniqueInstance == null)
                _theUniqueInstance = new CoreDomainProvider();

            return _theUniqueInstance._iCoreDomain;
        }
Exemplo n.º 2
0
        public static ICoreDomain GetInstance()
        {
            if (_theUniqueInstance == null)
            {
                _theUniqueInstance = new CoreDomainProvider();
            }

            return(_theUniqueInstance._iCoreDomain);
        }