9 lines
138 B
C#
9 lines
138 B
C#
using System.Threading.Tasks;
|
|
|
|
namespace Wino.Mail.WinUI.Interfaces;
|
|
|
|
public interface ICalendarReminderServer
|
|
{
|
|
Task StartAsync();
|
|
}
|