feat(api): UserProfile
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using AutoMapper;
|
||||
using PARR.API.Authentication.Models;
|
||||
using PARR.API.Contracts.V1.Responses;
|
||||
using PARR.API.MappingProfiles.Resolvers;
|
||||
using PARR.BLL.Helpers;
|
||||
@@ -169,6 +170,8 @@ namespace PARR.API.MappingProfiles
|
||||
|
||||
CreateMap<Role, RoleResponse>();
|
||||
|
||||
CreateMap<UserCache, UserProfileResponse>();
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user