Beispiel #1
0
 public bool CanBeOnGearType(GearType type)
 {
     return(GetGearTypesAllowedOn().Any(x => x.GetId().Equals(type.GetId())));
 }