summaryrefslogtreecommitdiff
path: root/Profiles/RaffleProfile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Profiles/RaffleProfile.cs')
-rw-r--r--Profiles/RaffleProfile.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Profiles/RaffleProfile.cs b/Profiles/RaffleProfile.cs
index 4b872b3..7f5a39b 100644
--- a/Profiles/RaffleProfile.cs
+++ b/Profiles/RaffleProfile.cs
@@ -6,6 +6,7 @@ namespace BackendPIA.Profiles {
public class RaffleProfile : Profile {
public RaffleProfile() {
CreateMap<RaffleForm, Raffle>().ReverseMap();
+ CreateMap<Raffle, RaffleDTO>();
}
}
}