This commit is contained in:
Joseph Milazzo 2021-03-17 14:31:17 -05:00
parent 0a85555f38
commit e60d84a2c8
2 changed files with 4 additions and 47 deletions

View file

@ -20,8 +20,7 @@ namespace API.Helpers
CreateMap<Chapter, ChapterDto>();
CreateMap<Series, SeriesDto>();
//CreateMap<Series, InProgressChapterDto>();
CreateMap<AppUserPreferences, UserPreferencesDto>();
CreateMap<Series, SearchResultDto>()