10 lines
249 B
C#
10 lines
249 B
C#
using Wino.Core.Integration;
|
|
|
|
namespace Wino.Core.Synchronizers.Calendar
|
|
{
|
|
public abstract class BaseCalendarSynchronizer<TNativeRequestType, TCalendarEventType> : BaseCalendarIntegrator<TNativeRequestType, TCalendarEventType>
|
|
{
|
|
|
|
}
|
|
}
|