u
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace FrontOffice.BFF.Application.Common.Interfaces;
|
||||
public interface IKavenegarService
|
||||
{
|
||||
Task Send(string mobile, string message);
|
||||
Task VerifyLookup(string mobile, string token);
|
||||
}
|
||||
Reference in New Issue
Block a user