mailling template key

This commit is contained in:
Paul Schneider
2021-05-30 13:48:24 +01:00
parent 0201ea64e6
commit 691d445ae0
12 changed files with 3141 additions and 110 deletions

View File

@ -61,7 +61,7 @@ namespace cli.Services
}
public void SendEmailFromCriteria(long templateCode, Func<ApplicationUser,bool> criteria)
public void SendEmailFromCriteria(string templateCode, Func<ApplicationUser,bool> criteria)
{
string className = "GeneratedTemplate";