public static void Main()
Customer cs1 = new Customer();
cs1.customerName= "Alfreds Futterkiste";
cs1.address="Obere Str. 57";
public string customerName;
public string postalCode;
Console.WriteLine(customerId+" | "+customerName+" | "+address+" | "+city+" | "+postalCode);