Exemple #1
0
 public static string GetTown(IContactDetails that) => that.Value <string>("town");
Exemple #2
0
 public static string GetRegion(IContactDetails that) => that.Value <string>("region");
Exemple #3
0
 public static string GetTelephone(IContactDetails that) => that.Value <string>("telephone");
Exemple #4
0
 public static string GetPostZipCode(IContactDetails that) => that.Value <string>("postZipCode");
Exemple #5
0
 public static string GetEmail(IContactDetails that) => that.Value <string>("email");
Exemple #6
0
 public static string GetCountry(IContactDetails that) => that.Value <string>("country");
Exemple #7
0
 public static string GetCity(IContactDetails that) => that.Value <string>("city");
Exemple #8
0
 public static string GetAddress2(IContactDetails that) => that.Value <string>("address2");