mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
test to make server
This commit is contained in:
@@ -20,6 +20,9 @@ public class MappingProfile : Profile
|
||||
|
||||
CreateMap<User, UserDto>()
|
||||
.AfterMap<UserToUserDtoMappingAction>();
|
||||
|
||||
CreateMap<UserProfile, UserProfileDto>()
|
||||
.AfterMap<UserProfileToUserProfileDtoMappingAction>();
|
||||
|
||||
CreateMap<Friendship, FriendshipDto>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user