10 lines
147 B
C#
10 lines
147 B
C#
|
|
using zero.Core.Entities;
|
||
|
|
|
||
|
|
namespace zero.TestData
|
||
|
|
{
|
||
|
|
public class OptionsPagePartial
|
||
|
|
{
|
||
|
|
public bool HideInNavigation { get; set; }
|
||
|
|
}
|
||
|
|
}
|