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