mailling template key

This commit is contained in:
Paul Schneider 2021-05-30 13:48:24 +01:00
commit acdec2b6f7
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";