Fix InterfaceName + update Properties, add private Fields

This commit is contained in:
Stef Heyenrath
2021-07-24 09:23:02 +02:00
parent 36fdd645b1
commit afe1710816
12 changed files with 98 additions and 56 deletions
@@ -2,6 +2,6 @@
{
internal interface IFileGenerator
{
Data GenerateFile();
FileData GenerateFile();
}
}