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