Scaffolded project
This commit is contained in:
commit
17a561094a
123 changed files with 64313 additions and 0 deletions
6
Services/Festivities/IItalianFestivitySource.cs
Normal file
6
Services/Festivities/IItalianFestivitySource.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace WorkTracker.Services.Festivities;
|
||||
|
||||
public interface IItalianFestivitySource
|
||||
{
|
||||
IReadOnlyCollection<DateOnly> GetFestivities(int year);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue