コード例 #1
0
 public void AddInstructorToDriver(int driverId, int instructorId)
 {
     _driverRepository.AddInstructorToDriver(driverId, instructorId);
 }