[WONT RUN] RazorEngine
This commit is contained in:
parent
1a9fc24ba9
commit
5f188c99a8
7 changed files with 292 additions and 9237 deletions
7
cli/Modules/IModule.cs
Normal file
7
cli/Modules/IModule.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace cli.Modules
|
||||
{
|
||||
public interface IModule
|
||||
{
|
||||
void Run (string[] args);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue