More abstractions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user