Esempio n. 1
0
 public float CountSurvey([FromRoute] Guid ClassId)
 {
     return(ClassService.CountSurvey(UserEntity, ClassId));
 }