7 lines
151 B
C#
7 lines
151 B
C#
namespace salesbook.Shared.Core.Interface;
|
|
|
|
public interface INotificationService
|
|
{
|
|
Task LoadNotification();
|
|
void OrderNotificationList();
|
|
} |