예제 #1
0
 public DeleteStatus DeleteVacation(int vacationID)
 {
     return(VacationsRepository.DeleteVacation(vacationID));
 }