public ITextStudyMaterial GetStudyNote(int Id, StudyNoteTypes studyNoteType) { return(new StudyNote(studyNoteType)); }
public StudyNote(StudyNoteTypes studyNoteType) { _studyNoteType = studyNoteType; }