initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace ReswCodeGen.Core
|
||||
{
|
||||
public class CodeGeneratorFactory
|
||||
{
|
||||
public ICodeGenerator Create(string defaultNamespace, string inputFileContents)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user