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

@@ -0,0 +1,7 @@
namespace Wino.Core.Domain.Interfaces
{
public interface IBaseCalendarSynchronizer : IBaseSynchronizer
{
}
}