This commit is contained in:
MeysamMoghaddam
2025-09-28 00:45:26 +03:30
parent 314e2ab425
commit c8924255ac
69 changed files with 398 additions and 1213 deletions
@@ -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);
}