4 lines
65 B
C#
Executable File
4 lines
65 B
C#
Executable File
public interface IVersionProvider
|
|
{
|
|
string GetVersion();
|
|
} |