public Dictionary <LastMatch, List <LastMatch> > GetMatchForLearning()
 {
     return(_disciplineController.GetMatchForLearning());
 }
Exemple #2
0
 public int DownloadInfoForTest()
 {
     matchesForLearning = _interactionController.GetMatchForLearning();
     return(matchesForLearning.Count);
 }