We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a672a5 + 9295952 commit 5f86460Copy full SHA for 5f86460
Inflow.Domain/Intefaces/Services/IEmailSender.cs
@@ -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