Implementate notifiche
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace salesbook.Shared.Core.Interface.IntegryApi;
|
||||
|
||||
public interface IIntegryNotificationRestClient
|
||||
{
|
||||
Task Register(string fcmToken, ILogger? logger1 = null);
|
||||
}
|
||||
Reference in New Issue
Block a user