Ejemplo n.º 1
0
 public bool EmailIsValid_ReturnCorrectCondition(string input)
 {
     return(FormValidator.EmailIsValid(input));
 }