partial void Deletelog(log instance);
partial void Updatelog(log instance);
private void detach_logs(log entity) { this.SendPropertyChanging(); entity.person = null; }
partial void Insertlog(log instance);
private void attach_logs(log entity) { this.SendPropertyChanging(); entity.person = this; }