This commit is contained in:
Nicolas Constant
2022-12-27 23:09:25 -05:00
parent 89289f2c3a
commit f8a354d90b

View File

@@ -17,6 +17,6 @@ namespace BirdsiteLive.DAL.Models
public string MovedTo { get; set; } public string MovedTo { get; set; }
public string MovedToAcct { get; set; } public string MovedToAcct { get; set; }
public bool Deleted { get; set; } //TODO: update DAL public bool Deleted { get; set; }
} }
} }