예제 #1
0
 private bool SubjectExists(Guid id)
 {
     return(SubjectService.Exists(id));
 }