Exemplo n.º 1
0
 private bool AssessmentExists(int id)
 {
     return(assessmentRepo.Exists(id) > 0);
 }