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