Gestito notificationData nelle notifiche push
This commit is contained in:
@@ -4,7 +4,7 @@ namespace salesbook.Shared.Core.Interface.IntegryApi;
|
||||
|
||||
public interface IIntegryNotificationRestClient
|
||||
{
|
||||
Task<List<WtbNotification>> Get();
|
||||
Task<List<WtbNotification>?> Get();
|
||||
Task<WtbNotification> MarkAsRead(long id);
|
||||
Task Delete(long id);
|
||||
Task DeleteAll();
|
||||
|
||||
Reference in New Issue
Block a user