Exemplo n.º 1
0
        public Region Create()
        {
            var country = new CountryDummyCreator().Create();

            return(Create(country));
        }