public void UpdateB(EntityB entityB) { // Do nothing }
private bool FilterEntityB(EntityB entity) { return(entity.Id == this.IdB); }
private bool FilterEntityB(EntityB entity) { return (entity.Id == this.IdB); }