fix IDeletable code documentation

This commit is contained in:
Shaun Walker
2022-10-26 17:33:17 -04:00
parent 4499d55464
commit fe97a76d00
7 changed files with 8 additions and 8 deletions

View File

@ -77,7 +77,7 @@ namespace Oqtane.Models
public int? UserId { get; set; }
public bool IsPersonalizable { 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; }