示例#1
0
 public System.Threading.Tasks.Task <Notes.IntegrationTests.NotesServiceImpl.NoteDTO> UpdateNoteAsync(Notes.IntegrationTests.NotesServiceImpl.NoteDTO note)
 {
     return(base.Channel.UpdateNoteAsync(note));
 }
示例#2
0
 public System.Threading.Tasks.Task <Notes.IntegrationTests.NotesServiceImpl.NoteDTO> AddNoteAsync(Notes.IntegrationTests.NotesServiceImpl.NoteDTO note, System.Guid customerGuid)
 {
     return(base.Channel.AddNoteAsync(note, customerGuid));
 }
示例#3
0
 public Notes.IntegrationTests.NotesServiceImpl.NoteDTO UpdateNote(Notes.IntegrationTests.NotesServiceImpl.NoteDTO note)
 {
     return(base.Channel.UpdateNote(note));
 }
示例#4
0
 public Notes.IntegrationTests.NotesServiceImpl.NoteDTO AddNote(Notes.IntegrationTests.NotesServiceImpl.NoteDTO note, System.Guid customerGuid)
 {
     return(base.Channel.AddNote(note, customerGuid));
 }