Created
August 26, 2019 08:12
-
-
Save rkandas/a4ad00d4bbedb85dee8dce3172f4dd9c 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
public interface ICsvReader | |
{ | |
string ReadNextLine(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment