remove IDeletable fields from Folder and File entities as they are never set and not used

This commit is contained in:
Shaun Walker
2022-10-26 17:42:26 -04:00
parent fe97a76d00
commit 54b45943db
3 changed files with 35 additions and 16 deletions

View File

@ -59,14 +59,6 @@ namespace Oqtane.Models
/// </summary>
public bool IsSystem { get; set; }
#region IDeletable Properties
public string DeletedBy { get; set; }
public DateTime? DeletedOn { get; set; }
public bool IsDeleted { get; set; }
#endregion
/// <summary>
/// TODO: todoc what would this contain?
/// </summary>