Fix for issue #17

This commit is contained in:
Christian Köllner 2019-10-03 22:44:58 +02:00
parent 0fb43e88d7
commit 188f8b2bda

View File

@ -34,6 +34,6 @@
public string MemberAccessPathNameFormat { get; set; } = "Path_{0}_{1}";
public string TaskParameterName { get; set; } = "task";
public string EagerMethodName { get; set; } = "Eager";
public string TypeIdFieldName { get; set; } = "TypeId";
public string TypeIdFieldName { get; set; } = "typeId";
}
}