Add GameVersion domain and login validation
This commit is contained in:
@@ -7,6 +7,6 @@ public class ApplicationMappingProfile : Profile
|
||||
{
|
||||
public ApplicationMappingProfile()
|
||||
{
|
||||
CreateMap<Domain.Entities.Profiles.Profile, ProfileDTO>();
|
||||
CreateMap<Domain.Profiles.Profile, ProfileDTO>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user