stefan8893 / simple-trading

MIT License
1 stars 0 forks source link

Remove CustomPropertyName.cs #56

Closed stefan8893 closed 1 month ago

stefan8893 commented 1 month ago

FluentValidation provides a method to override the property name, OverridePropertyName.

That method should be use instead of a custom state with the custom property name.

Remove CustomPropertyName.cs and fix all errors that pop up.