Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Lab6_WCF_EF.Comment> UpdateCommentAsync(Lab6_WCF_EF.Comment newComment)
 {
     return(base.Channel.UpdateCommentAsync(newComment));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> AddCommentAsync(Lab6_WCF_EF.Comment comment)
 {
     return(base.Channel.AddCommentAsync(comment));
 }
Exemplo n.º 3
0
 public Lab6_WCF_EF.Comment UpdateComment(Lab6_WCF_EF.Comment newComment)
 {
     return(base.Channel.UpdateComment(newComment));
 }
Exemplo n.º 4
0
 public bool AddComment(Lab6_WCF_EF.Comment comment)
 {
     return(base.Channel.AddComment(comment));
 }