Skip to content

Commit

Permalink
Remove obsolete IEmailSender
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-dudarev committed Aug 2, 2024
1 parent af7ddfe commit 18d60ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.

This file was deleted.

4 changes: 0 additions & 4 deletions src/VirtoCommerce.NotificationsModule.Web/Module.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
using VirtoCommerce.Platform.Core.ExportImport;
using VirtoCommerce.Platform.Core.JsonConverters;
using VirtoCommerce.Platform.Core.Modularity;
using VirtoCommerce.Platform.Core.Notifications;
using VirtoCommerce.Platform.Core.Security;
using VirtoCommerce.Platform.Core.Security.Events;
using VirtoCommerce.Platform.Core.Settings;
Expand Down Expand Up @@ -76,9 +75,6 @@ public void Initialize(IServiceCollection serviceCollection)
serviceCollection.AddTransient<INotificationMessageService, NotificationMessageService>();
serviceCollection.AddTransient<INotificationMessageSearchService, NotificationMessageSearchService>();
serviceCollection.AddTransient<INotificationSender, NotificationSender>();
#pragma warning disable CS0618 // Type or member is obsolete
serviceCollection.AddTransient<IEmailSender, EmailNotificationMessageSender>();
#pragma warning restore CS0618 // Type or member is obsolete
serviceCollection.AddTransient<NotificationsExportImport>();
serviceCollection.AddTransient<NotificationScriptObject>();

Expand Down

0 comments on commit 18d60ab

Please sign in to comment.