Migliorata gestione e visualizzazione notifiche
This commit is contained in:
7
salesbook.Shared/Core/Interface/INotificationService.cs
Normal file
7
salesbook.Shared/Core/Interface/INotificationService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace salesbook.Shared.Core.Interface;
|
||||
|
||||
public interface INotificationService
|
||||
{
|
||||
Task LoadNotification();
|
||||
void OrderNotificationList();
|
||||
}
|
||||
Reference in New Issue
Block a user