Compare commits
No commits in common. "114ee50273281788b2efaee792dfcce93dcfa283" and "19f52bc1332433b14b3857d80bb29c46407b34cf" have entirely different histories.
114ee50273
...
19f52bc133
|
|
@ -1,12 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IRaCIS.Core.Application.Service.Common.DTO
|
|
||||||
{
|
|
||||||
//public class MailModel
|
|
||||||
//{
|
|
||||||
//}
|
|
||||||
}
|
|
||||||
|
|
@ -96,10 +96,6 @@ namespace IRaCIS.Core.Application.Service
|
||||||
private readonly SystemEmailSendConfig _systemEmailConfig = systemEmailConfig.CurrentValue;
|
private readonly SystemEmailSendConfig _systemEmailConfig = systemEmailConfig.CurrentValue;
|
||||||
|
|
||||||
|
|
||||||
//public async Task<object> GetEmailList()
|
|
||||||
//{
|
|
||||||
//}
|
|
||||||
|
|
||||||
private async Task<EmailNoticeConfig> GetEmailSubejctAndHtmlInfoAndBuildAsync(EmailBusinessScenario scenario, MimeMessage messageToSend,
|
private async Task<EmailNoticeConfig> GetEmailSubejctAndHtmlInfoAndBuildAsync(EmailBusinessScenario scenario, MimeMessage messageToSend,
|
||||||
Func<(string topicStr, string htmlBodyStr), (string topicStr, string htmlBodyStr)> emailFunc)
|
Func<(string topicStr, string htmlBodyStr), (string topicStr, string htmlBodyStr)> emailFunc)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue