namespace DoliMiddlewareApi.Services.Notifications;
public interface INotificationService
{
Task NotifyInvoiceStatusChangedAsync(int invoiceId, string invoiceRef, string newStatus);
}
Powered by Projectes IES La Mar.