b89a69b0f3359b89b31507a8b66992ee7110d7d1
- Deleted the `ProfileObjStateDto` class and its `States` property. - Removed mapping for `ProfileObjState` to `ProfileObjStateDto` in `MappingProfile`. - Updated `States` mapping to handle null values by converting to a list or returning an empty array. - Replaced `States` property in `ProfileObjState` with a `ToList()` method that aggregates state values.
Description
Languages
C#
100%