eFormCore/Infrastructure/Data/Entities/PnBase.cs
Method MapVersion
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private object MapVersion(object obj)
{
Type type = obj.GetType().UnderlyingSystemType;
String className = type.Name;
var name = obj.GetType().FullName + "Version";