예제 #1
0
 private bool AutoIsValid()
 {
     return (Autos.Any(x => x.Id == AutoId));
 }