Skip to content

Commit 5f86460

Browse files
Merge pull request #50 from DiyorMarket/AddIemailSender
Added IEmailSender class
2 parents 0a672a5 + 9295952 commit 5f86460

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace Inflow.Domain.Intefaces.Services
2+
{
3+
public interface IEmailSender
4+
{
5+
Task SendEmail(string email, string subject, string massege);
6+
}
7+
}

0 commit comments

Comments
 (0)