Example #1
0
 public HolidayController(IHolidayAppService holidayAppService)
 {
     _holidayAppService = holidayAppService;
 }