Improved RecycleBin with PageModules
This commit is contained in:
@ -15,7 +15,11 @@ namespace Oqtane.Models
|
||||
public DateTime CreatedOn { get; set; }
|
||||
public string ModifiedBy { get; set; }
|
||||
public DateTime ModifiedOn { get; set; }
|
||||
|
||||
|
||||
[NotMapped]
|
||||
public string DeletedBy { get; set; }
|
||||
[NotMapped]
|
||||
public DateTime? DeletedOn { get; set; }
|
||||
[NotMapped]
|
||||
public bool IsDeleted { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user