Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace PowderCoating.Application.Interfaces;
|
||||
|
||||
public interface ISmsService
|
||||
{
|
||||
Task<(bool Success, string? ErrorMessage)> SendSmsAsync(string toPhone, string message);
|
||||
}
|
||||
Reference in New Issue
Block a user