Exemple #1
0
 public List <WordReportDTO> GetWordReportByWeek(string d1)
 {
     return(_dictionaryManagement.GetWordReportByWeek(d1));
 }