コード例 #1
0
 public ITextStudyMaterial GetStudyNote(int Id, StudyNoteTypes studyNoteType)
 {
     return(new StudyNote(studyNoteType));
 }
コード例 #2
0
 public StudyNote(StudyNoteTypes studyNoteType)
 {
     _studyNoteType = studyNoteType;
 }