servicing
This commit is contained in:
parent
1fbd27afe4
commit
bcd2f1e743
9 changed files with 332 additions and 29 deletions
|
|
@ -38,9 +38,9 @@ namespace Yavsc.Services
|
|||
)
|
||||
{
|
||||
_logger = loggerFactory.CreateLogger<MessageSender>();
|
||||
siteSettings = sitesOptions.Value;
|
||||
smtpSettings = smtpOptions.Value;
|
||||
googleSettings = googleOptions.Value;
|
||||
siteSettings = sitesOptions?.Value;
|
||||
smtpSettings = smtpOptions?.Value;
|
||||
googleSettings = googleOptions?.Value;
|
||||
}
|
||||
|
||||
public async Task <MessageWithPayloadResponse> NotifyEvent<Event>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue