added printing to standard out functionality
the author who has the highest commits in the repo, the commit count highlighted in yellow. the second highest commit count is highlighted grey, the third brown
This commit is contained in:
4
DAL/IDataService.cs
Normal file
4
DAL/IDataService.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
public interface IDataService
|
||||
{
|
||||
void WriteAll(SortedList<string, int> dictResults);
|
||||
}
|
Reference in New Issue
Block a user