Exemple #1
0
        static void PrintCustomerData(string FirstName, string LastName)
        {
            CustomerView customerView = new CustomerView();

            customerView.PrintCustomerData(FirstName, LastName);
        }