Continue to modularize even more components
This commit is contained in:
9
TwilioSMSReceiver.Common/Interfaces/IMessageHandler.cs
Normal file
9
TwilioSMSReceiver.Common/Interfaces/IMessageHandler.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using TwilioSMSReceiver.Data.Models;
|
||||
|
||||
namespace TwilioSMSReceiver.Common.Interfaces
|
||||
{
|
||||
public interface IMessageHandler
|
||||
{
|
||||
public Task<bool> RelaySms(SMSModel model);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user