コード例 #1
0
 private bool AssignmentExists(int id)
 {
     return(assignmentRepo.AssignmentExists(id));
 }