[WONT RUN] RazorEngine

This commit is contained in:
Paul Schneider 2018-04-15 13:48:04 +02:00
commit 5f188c99a8
7 changed files with 292 additions and 9237 deletions

7
cli/Modules/IModule.cs Normal file
View file

@ -0,0 +1,7 @@
namespace cli.Modules
{
public interface IModule
{
void Run (string[] args);
}
}