WASM Mode activated
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace timetracker.Shared;
|
||||
|
||||
public interface IHolidayService
|
||||
{
|
||||
Task<List<PublicHoliday>> GetHolidaysAsync(int year, string? stateCode = null);
|
||||
Task<(bool Success, string Message)> FetchAndStoreAsync(int year);
|
||||
Task DeleteAsync(int id);
|
||||
}
|
||||
Reference in New Issue
Block a user