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