Removed obsolete methods from Umbraco.Core which are not used

This commit is contained in:
Anthony
2018-07-01 18:58:58 +01:00
parent 2f7ddb20db
commit 43fdd691fe
13 changed files with 1 additions and 461 deletions

View File

@@ -21,12 +21,6 @@ namespace Umbraco.Core.Security
_defaultEmailSender = defaultEmailSender;
}
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the constructor specifying all dependencies")]
public EmailService()
: this(UmbracoConfig.For.UmbracoSettings().Content.NotificationEmailAddress, new EmailSender())
{
}
public async Task SendAsync(IdentityMessage message)
{