コード例 #1
0
 public bool SaveMatchResult(string[] matchParameters, DateTime date, bool isReadyForLearning)
 {
     return(_disciplineController.SaveMatchResult(matchParameters, date, isReadyForLearning));
 }
コード例 #2
0
 public bool SaveLastMatchResult(bool ReadyForLearning, DateTime dateTime, string[] parameters)
 {
     _interactionController.SaveMatchResult(parameters, dateTime, ReadyForLearning);
     return(true);
 }