コード例 #1
0
ファイル: Region.cs プロジェクト: mgerasim/hardx
        public Region()
        {
            RegionFactory theFactory = new RegionFactory();

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