This commit is contained in:
Jamie.Rees 2017-08-07 16:02:00 +01:00
commit d5477adc6b
24 changed files with 613 additions and 8 deletions

View file

@ -11,6 +11,7 @@ namespace Ombi.Mapping.Profiles
CreateMap<EmailNotificationsViewModel, EmailNotificationSettings>().ReverseMap();
CreateMap<DiscordNotificationsViewModel, DiscordNotificationSettings>().ReverseMap();
CreateMap<PushbulletNotificationViewModel, PushbulletSettings>().ReverseMap();
CreateMap<SlackNotificationsViewModel, SlackNotificationSettings>().ReverseMap();
}
}
}