fix IDeletable code documentation
This commit is contained in:
@ -42,7 +42,7 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public string ContainerType { get; set; }
|
||||
|
||||
#region Extended IAuditable Properties, may be moved to an Interface some day so not documented yet
|
||||
#region IDeletable Properties
|
||||
|
||||
public string DeletedBy { get; set; }
|
||||
public DateTime? DeletedOn { get; set; }
|
||||
|
Reference in New Issue
Block a user