Exemplo n.º 1
0
 public Holiday GetById(int id)
 {
     return(_holidayRepository.GetSingleById(id));
 }