Beispiel #1
0
 public void DeleteById(int id)
 {
     _driverDao.DeleteById(id);
 }