Beispiel #1
0
 private bool ShouldItemBeUpdated(StateItem item)
 {
     return(_isFamilyActive || item.UpdateIfFamilyNotActive());
 }