More abstractions

This commit is contained in:
Burak Kaan Köse
2024-11-27 03:01:14 +01:00
parent 1ce7bb8c02
commit 54eb4f78b2
8 changed files with 58 additions and 52 deletions

View File

@@ -1,9 +0,0 @@
using System.Threading.Tasks;
namespace Wino.Core.Integration
{
public abstract class BaseCalendarIntegrator<TNativeRequestType, TCalendarEventType>
{
public abstract Task<TCalendarEventType> CreateCalendarEventAsync(TNativeRequestType request);
}
}