Example #1
0
 public System.Threading.Tasks.Task <bool> AddCommentAsync(Assignment_Client.UserServiceReference.Comment comment)
 {
     return(base.Channel.AddCommentAsync(comment));
 }
Example #2
0
 public bool AddComment(Assignment_Client.UserServiceReference.Comment comment)
 {
     return(base.Channel.AddComment(comment));
 }