Last active
September 24, 2020 08:54
-
-
Save mgjam/5a1b855c4147074f7115ff13894b5924 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class EmailValidator | |
{ | |
bool IsEmailValid(string email); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment