コード例 #1
0
 public DTO.ResponseService <string> AddHoliday(DTO.GBHoliday holiday)
 {
     return(svc.AddHoliday(holiday));
 }