Beispiel #1
0
 public DTO.ResponseService <DateTime[]> GetExamByYearMonth(string yearMonth)
 {
     return(svc.GetExamByYearMonth(yearMonth));
 }