Пример #1
0
 public IActionResult GetAllHolidaysForYear(int year)
 {
     return(Ok(_holidayService.GetAllHolidaysForYear(year)));
 }