Suite: Make Min-Max consts same type with the property #13179
resolves #13134
Old behaviour: Max-Min values were always int
in consts.
@gizemmutukurt If you will test this, you can create numeric properties with various types and assign them min/max values when generating.
Known issue: RangeAttribute
doesn't accept Decimal
values. Therefore it's validation is checked on the domain layer, instead of UI/Application layer.