Exemplo n.º 1
0
 public string BCreateOrNull(GoogleContactWrapper entity)
 {
     return(entity.Contact.Name.FullName);
 }
Exemplo n.º 2
0
 public string GetBDisplayNameOrNull(GoogleContactWrapper entity)
 {
     return(entity.Contact.Name.FullName);
 }