fix IDeletable code documentation
This commit is contained in:
@ -30,7 +30,7 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public bool AllPages { get; set; }
|
||||
|
||||
#region Extended IAuditable Properties, may be moved to an Interface some day so not documented yet
|
||||
#region IDeletable Properties (note that these are NotMapped and are only used for storing PageModule properties)
|
||||
|
||||
[NotMapped]
|
||||
public string DeletedBy { get; set; }
|
||||
|
Reference in New Issue
Block a user