Files

9 lines
138 B
C#
Raw Permalink Normal View History

using System.Threading.Tasks;
namespace Wino.Mail.WinUI.Interfaces;
public interface ICalendarReminderServer
{
Task StartAsync();
}