6 lines
87 B
C#
6 lines
87 B
C#
namespace FileTime.ConsoleUI.App;
|
|
|
|
public interface IApplication
|
|
{
|
|
void Run();
|
|
} |