initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace ReswCodeGen.Core
|
||||
{
|
||||
public interface ICodeGenerator
|
||||
{
|
||||
string Namespace { get; set; }
|
||||
string ReswContent { get; set; }
|
||||
string GenerateCode();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user