Beispiel #1
0
 public List <ExaminationDTO> Search(BusinessDayDTO businessDayDTO)
 {
     return(_businessDayService.Search(businessDayDTO));
 }