Exemple #1
0
        //################################################################################

        #region Constructor

        public Client(CountryCode countryCode)
        {
            this.m_Factory = FactoryProvider.CreateFactory(countryCode);

            this.m_Address      = this.m_Factory.CreateAddressFormat();
            this.m_PhoneNumber  = this.m_Factory.CreatePhoneNumberFormat();
            this.m_LicencePlate = this.m_Factory.CreateLicencePlateFormat();
        }