예제 #1
0
 public SaveStatus EditVacation(vw_VacationData vw_VacationsObj)
 {
     return(VacationsRepository.EditVacation(vw_VacationsObj));
 }