mailling template key
This commit is contained in:
parent
45d76a2917
commit
acdec2b6f7
12 changed files with 3141 additions and 110 deletions
|
|
@ -63,12 +63,7 @@ namespace Yavsc.Lib
|
|||
razorEngine = new RazorTemplateEngine(host);
|
||||
}
|
||||
|
||||
public string GenerateTemplateObject(string baseclassName = DefaultBaseClassName)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void SendMonthlyEmail(long templateCode, string baseclassName = DefaultBaseClassName)
|
||||
public void SendMonthlyEmail(string templateCode, string baseclassName = DefaultBaseClassName)
|
||||
{
|
||||
string className = "Generated" + baseclassName;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue