示例#1
0
 public void CreteNoteWithCategory(Note entity, int[] categoryIds)
 {
     _noteDal.CreteNoteWithCategory(entity, categoryIds);
 }