Skip to content

Commit

Permalink
Merge remote-tracking branch 'IntelliTect/BMichaelis/UpdateSitemaps' …
Browse files Browse the repository at this point in the history
…into BMichaelis/UpdateSitemaps
  • Loading branch information
Joshua-Lester3 committed Dec 5, 2024
2 parents 1fb2ffb + f001154 commit d55c821
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 d55c821

Please sign in to comment.