コード例 #1
0
ファイル: Day.cs プロジェクト: gabrielkunkel/LemonadeStand
        private void PopulateCustomersList()
        {
            CustomerFactory customerFactory = new CustomerFactory();

            this.customers = customerFactory.ProduceCustomers();
        }