コード例 #1
0
        public bool CheckIfSubjectExists(int id)
        {
            subjectService = new SubjectService();

            return(subjectService.CheckIfSubjectExists(id));
        }