Пример #1
0
 public IActionResult GetHolidayById(int holidayId)
 {
     return(OkOrNotFound(_holidayService.GetHolidayById(holidayId)));
 }