feat(MessagingService): Möglichkeit hinzugefügt, den Anbieter des Messaging-Servers zu benachrichtigen.
This commit is contained in:
@@ -5,5 +5,7 @@ namespace EnvelopeGenerator.Application.Contracts
|
||||
public interface IMessagingService
|
||||
{
|
||||
public Task<SmsResponse> SendSmsAsync(string recipient, string message);
|
||||
|
||||
string ServiceProvider { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user