Update INewsletterTemplate.cs

Add applicationUrl
pull/5036/head
Avi 7 months ago committed by GitHub
parent 10033496e7
commit e2971f821e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,6 @@
{ {
public interface INewsletterTemplate public interface INewsletterTemplate
{ {
string LoadTemplate(string subject, string intro, string tableHtml, string logo, string unsubscribeLink); string LoadTemplate(string subject, string intro, string tableHtml, string logo, string unsubscribeLink, string applicationUrl);
} }
} }

Loading…
Cancel
Save