Single synchronizer for calendar and mail.
This commit is contained in:
@@ -9,6 +9,7 @@ using System.Windows;
|
||||
using H.NotifyIcon;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Windows.Storage;
|
||||
using Wino.Calendar.Services;
|
||||
using Wino.Core;
|
||||
using Wino.Core.Domain;
|
||||
using Wino.Core.Domain.Enums;
|
||||
@@ -92,10 +93,9 @@ namespace Wino.Server
|
||||
}
|
||||
else
|
||||
{
|
||||
// TODO: Calendar config will be added here.
|
||||
services.AddSingleton<IAuthenticatorConfig, CalendarAuthenticatorConfig>();
|
||||
}
|
||||
|
||||
|
||||
return services.BuildServiceProvider();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user