Refactored response and request models to dto naming. Adjusted mapper naming
This commit is contained in:
@@ -10,5 +10,5 @@ namespace Moonlight.Frontend.Mappers;
|
||||
[SuppressMessage("Mapper", "RMG012:No members are mapped in an object mapping")]
|
||||
public static partial class UserMapper
|
||||
{
|
||||
public static partial UpdateUserRequest MapToUpdate(UserResponse response);
|
||||
public static partial UpdateUserDto ToUpdate(UserDto dto);
|
||||
}
|
||||
Reference in New Issue
Block a user