Firebird Cloud Message API előkészítése

This commit is contained in:
2025-05-15 14:41:34 +02:00
parent 0a36544dce
commit b6ffcca996
12 changed files with 1380 additions and 6 deletions
@@ -9,5 +9,7 @@ namespace WorkFlowCheck.BL.Services.Interfaces
public interface IMessageService
{
Task<bool> SendMailAsync(List<string> recipients, string subject, string htmlBody);
Task<bool> SendFCMTokenAsync(string token);
Task<string> GetLastFCMTokensAsync();
}
}