예제 #1
0
 public MVCNewsClient.ServiceReference1.Author updateAuthor(MVCNewsClient.ServiceReference1.Author author)
 {
     return(base.Channel.updateAuthor(author));
 }
예제 #2
0
 public System.Threading.Tasks.Task <MVCNewsClient.ServiceReference1.Author> updateAuthorAsync(MVCNewsClient.ServiceReference1.Author author)
 {
     return(base.Channel.updateAuthorAsync(author));
 }
예제 #3
0
 public int addAuthor(MVCNewsClient.ServiceReference1.Author author)
 {
     return(base.Channel.addAuthor(author));
 }