예제 #1
0
 public long DeleteDriverDetailsById(long id)
 {
     id = _driverRepository.DeleteDriverDetailsById(id);
     return(id);
 }