Esempio n. 1
0
 public int GetMarksObtainedByUser()
 {
     return(_testEvaluationService.GetTotalMarksForUser(_currentUser.Id, TestId));
 }