feat: notify inquiry status changes
This commit is contained in:
@@ -3,4 +3,5 @@ namespace TaxBaik.Application.Services;
|
||||
public interface IInquiryNotificationService
|
||||
{
|
||||
Task NotifyCreatedAsync(int inquiryId, string name, string phone, string serviceType, string message, CancellationToken ct = default);
|
||||
Task NotifyStatusChangedAsync(int inquiryId, string name, string phone, string serviceType, string previousStatus, string newStatus, CancellationToken ct = default);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user