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
5 lines
90 B
C#
5 lines
90 B
C#
public interface IDataService
|
|
{
|
|
void WriteAll(SortedList<string, int> dictResults);
|
|
}
|