Exemple #1
0
 private void ValidateEmail()
 {
     if (Email == null || Email.Trim() == "")
     {
         throw new MissingUserDataException("No se puede dejar el email vacío");
     }
 }