public void UpdateCheckpoint(R_Checkpoint t) { //Requires.NotNull(t); //Requires.PropertyNotNegative(t, "CheckpointId"); t.Update(); }
public void DeleteCheckpoint(R_Checkpoint t) { t.IsDeleted = true; t.Update(); }