Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> AMDCommentAsync(Client.ServiceReference1.Post post, Client.ServiceReference1.Comment comment)
 {
     return(base.Channel.AMDCommentAsync(post, comment));
 }
Exemplo n.º 2
0
 public bool AMDComment(Client.ServiceReference1.Post post, Client.ServiceReference1.Comment comment)
 {
     return(base.Channel.AMDComment(post, comment));
 }