|
|
|
@ -21,7 +21,7 @@ namespace Ombi.Notifications.Agents
|
|
|
|
|
public class EmailNotification : BaseNotification<EmailNotificationSettings>, IEmailNotification
|
|
|
|
|
{
|
|
|
|
|
public EmailNotification(ISettingsService<EmailNotificationSettings> settings, INotificationTemplatesRepository r, IMovieRequestRepository m, ITvRequestRepository t, IEmailProvider prov, ISettingsService<CustomizationSettings> c,
|
|
|
|
|
ILogger<EmailNotification> log, UserManager<OmbiUser> um) : base(settings, r, m, t, c)
|
|
|
|
|
ILogger<EmailNotification> log, UserManager<OmbiUser> um) : base(settings, r, m, t, c, log)
|
|
|
|
|
{
|
|
|
|
|
EmailProvider = prov;
|
|
|
|
|
Logger = log;
|
|
|
|
|