Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ClientAndServerCommons.SaveEntityResult> SendCommentAsync(ClientAndServerCommons.DataClasses.Comment comment)
 {
     return(base.Channel.SendCommentAsync(comment));
 }
Exemplo n.º 2
0
 public ClientAndServerCommons.SaveEntityResult SendComment(ClientAndServerCommons.DataClasses.Comment comment)
 {
     return(base.Channel.SendComment(comment));
 }