Skip to content

Commit

Permalink
Added base ctor to ES_PHolidayStrategy.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SAMI_DANIEL_SANTOS_SILVA authored and SAMI_DANIEL_SANTOS_SILVA committed Feb 28, 2024
1 parent c93982b commit a24bdb2
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ public class ES_PEHolidayStrategy : HolidayStrategyBase, IHolidayStrategy
ChristianHolidays.Christmas,
GlobalHolidays.NewYearsEve
};
public ES_PEHolidayStrategy()
{
foreach(var i in fixedHolidays)
{
this.InnerHolidays.Add(i);
}
}

private static Holiday flagDay;

public static Holiday FlagDay
Expand Down

0 comments on commit a24bdb2

Please sign in to comment.