Files
TaskHybrid/salesbook.Shared/Core/Interface/INotificationService.cs

7 lines
151 B
C#

namespace salesbook.Shared.Core.Interface;
public interface INotificationService
{
Task LoadNotification();
void OrderNotificationList();
}