Beispiel #1
0
 public DTO.ResponseService <DTO.GBHoliday[]> GetHolidayListByYearMonth(string yearMonth)
 {
     return(svc.GetHolidayListByYearMonth(yearMonth));
 }