wip being able to soft delete a student

This commit is contained in:
2019-05-02 11:28:13 -05:00
parent ef9a4aef9f
commit 1ee8747c8e
6 changed files with 77 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ namespace BrightGlimmer.Domain
ModifiedDate = DateTime.UtcNow;
}
protected void Delete()
public void Delete()
{
IsDeleted = true;
}