Skip to content

Commit

Permalink
Update SiteMappingDto.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Lester3 authored Dec 5, 2024
1 parent 9cf3dcd commit f001154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EssentialCSharp.Web/Services/SiteMappingDto.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
namespace EssentialCSharp.Web.Services;

// Data transfer object to pass necessary SiteMapping data info
// to frontend for use in table of contents
public class SiteMappingDto
{
public required int Level { get; set; }
Expand Down

0 comments on commit f001154

Please sign in to comment.