Esempio n. 1
0
 public System.Threading.Tasks.Task <Notes.IntegrationTests.NotesServiceImpl.CustomerDTO> RegisterAsync(Notes.IntegrationTests.NotesServiceImpl.CustomerDTO customer)
 {
     return(base.Channel.RegisterAsync(customer));
 }
Esempio n. 2
0
 public Notes.IntegrationTests.NotesServiceImpl.CustomerDTO Register(Notes.IntegrationTests.NotesServiceImpl.CustomerDTO customer)
 {
     return(base.Channel.Register(customer));
 }