:drunk: Write shit code trying to split up the Auth (WIP)
This commit is contained in:
10
DysonNetwork.Pass/Email/EmailService.cs
Normal file
10
DysonNetwork.Pass/Email/EmailService.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace DysonNetwork.Pass.Email;
|
||||
|
||||
public class EmailService
|
||||
{
|
||||
public Task SendTemplatedEmailAsync<TTemplate, TModel>(string recipientName, string recipientEmail, string subject, TModel model) where TTemplate : class where TModel : class
|
||||
{
|
||||
// Dummy implementation
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user