✅ Persistance de SearchText ajoutée
This commit is contained in:
parent
c5941e04ce
commit
24046ac632
13 changed files with 302 additions and 197 deletions
|
|
@ -53,7 +53,7 @@ namespace Yavsc.Services
|
|||
/// </returns>
|
||||
public Task SendEmailAsync(string email, string subject, string htmlMessage)
|
||||
{
|
||||
return SendEmailAsync("", email, subject, htmlMessage);
|
||||
return SendEmailAsync(null, email, subject, htmlMessage);
|
||||
}
|
||||
|
||||
public async Task<string> SendEmailAsync(string name, string email, string subject, string htmlMessage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue