Exemplo n.º 1
0
 public void Update(WorkMeetingNoteEntity noteEntity)
 {
     service.Update(noteEntity);
 }
Exemplo n.º 2
0
 public void Insert(WorkMeetingNoteEntity noteEntity)
 {
     service.Insert(noteEntity);
 }