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