Esempio n. 1
0
 public ActionResult <Output.HolidayOutputModel?> GetNextHoliday(DateTime date)
 => Ok(holidayService.GetNextHoliday(date));