Skip to content

Commit

Permalink
optimize code structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Feb 28, 2024
1 parent a42eba5 commit 3ec44b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Nager.Date/Models/Holiday.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace Nager.Date.Models
{
/// <summary>
/// Public Holiday
/// Holiday
/// </summary>
public class Holiday
{
Expand All @@ -13,6 +13,11 @@ public class Holiday
/// </summary>
public DateTime Date { get; private set; }

/// <summary>
/// The observed date
/// </summary>
public DateTime? ObservedDate { get; private set; }

/// <summary>
/// Local name
/// </summary>
Expand Down

0 comments on commit 3ec44b2

Please sign in to comment.