Exemple #1
0
 public string CustomerToStringTest(CustomerInfo firstField, CustomerInfo secondField, CustomerInfo thirdField)
 {
     return(customer.ToString(firstField, secondField, thirdField));
 }