コード例 #1
0
 public DTO.ResponseService <DTO.GBHoliday[]> GETGBHoliday(int page, int count)
 {
     return(svc.GetHolidayList(page, count));
 }