Skip to content

Instantly share code, notes, and snippets.

@rkandas
Created August 26, 2019 08:12
Show Gist options
  • Save rkandas/a4ad00d4bbedb85dee8dce3172f4dd9c to your computer and use it in GitHub Desktop.
Save rkandas/a4ad00d4bbedb85dee8dce3172f4dd9c to your computer and use it in GitHub Desktop.
public interface ICsvReader
{
string ReadNextLine();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment