Пример #1
0
 public List<LearnNoteInfo> GetNotesInfoById(int Id)
 {
     Member_ClassContentNoteBLL bll = new Member_ClassContentNoteBLL();
     return bll.GetNotesInfoById(Id);
 }