Exemple #1
0
 public void UpdatePictureUrl()
 {
     PictureUrl = "https://www.gravatar.com/avatar/" + EmailAddress.CalculateHash() + "?s=180";
 }