Beispiel #1
0
        public CustomerData()
        {
            DatabaseDriver driver = new DatabaseDriver();

            this.customerId = driver.GetUniqueCustomerId();
        }