Implement bidirectional customer conversations with customer-based grouping and order tagging
This commit is contained in:
@@ -17,4 +17,5 @@ public interface ICustomerMessageService
|
||||
Task<IEnumerable<MessageThreadDto>> GetActiveThreadsAsync();
|
||||
Task<bool> ValidateCustomerExistsAsync(Guid customerId);
|
||||
Task<bool> ValidateOrderBelongsToCustomerAsync(Guid orderId, Guid customerId);
|
||||
Task<bool> CreateCustomerToAdminMessageAsync(CustomerMessage message);
|
||||
}
|
||||
Reference in New Issue
Block a user