This commit is contained in:
Nicolas Constant 2022-12-27 23:09:25 -05:00
parent 89289f2c3a
commit f8a354d90b
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

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