902942eee6
continuous-integration/drone/pr Build is passing
Sealed qualifying public classes Migrated database changes
11 lines
201 B
C#
11 lines
201 B
C#
namespace LiteCharms.Features.Models;
|
|
|
|
public sealed class PageReference
|
|
{
|
|
public string? Tag { get; set; }
|
|
|
|
public string? Description { get; set; }
|
|
|
|
public string? Url { get; set; }
|
|
}
|