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