Example #1
0
 public int AddHoliday(Holiday holiday)
 {
     return(_holidayRepository.InsertAndGetId(holiday));
 }