Esempio n. 1
0
        public Region()
        {
            RegionFactory theFactory = new RegionFactory();

            _repository = theFactory.createRepository();
            if (_repository == null)
            {
                throw new NotImplementedException();
            }
        }