This commit is contained in:
mmrbnjd
2025-08-20 14:15:10 +03:30
parent 69a75731ce
commit c535cb078e
7 changed files with 50 additions and 49 deletions

View File

@@ -5,6 +5,6 @@ namespace Common.Contracts.Infrastructure
{
public interface IMessageSender
{
Task<bool> SendMassage(Message message);
Task<bool> SendMessageVerification(string To, string Code);
}
}