Beispiel #1
0
 private bool CarExists(int id)
 {
     return(_context.CarExis(id));
 }