Exemple #1
0
 public static void AssertIsValid(string password)
 {
     AssertionConcern.AssertArgumentNotNull(password, "Senha Inválida");
 }