initial commit from an older template
This commit is contained in:
11
Services/Notification/INotificationService.cs
Executable file
11
Services/Notification/INotificationService.cs
Executable file
@@ -0,0 +1,11 @@
|
||||
using System.Net.Mail;
|
||||
using GamificationService.Models.Database;
|
||||
using GamificationService.Utils;
|
||||
|
||||
namespace GamificationService.Services.NotificationService;
|
||||
|
||||
public interface INotificationService
|
||||
{
|
||||
public Task SendMailNotificationAsync(ApplicationUser user, Notification notification);
|
||||
public Task SendPushNotificationAsync(ApplicationUser user, Notification notification);
|
||||
}
|
||||
Reference in New Issue
Block a user