Exemple #1
0
 public void Update(WorkMeetingNoteEntity noteEntity)
 {
     service.Update(noteEntity);
 }
Exemple #2
0
 public void Insert(WorkMeetingNoteEntity noteEntity)
 {
     service.Insert(noteEntity);
 }