コード例 #1
0
 public System.Threading.Tasks.Task addAuthorAsync(ConsoleApplication.AuthorsServiceReference.Author author)
 {
     return(base.Channel.addAuthorAsync(author));
 }
コード例 #2
0
 public void addAuthor(ConsoleApplication.AuthorsServiceReference.Author author)
 {
     base.Channel.addAuthor(author);
 }