예제 #1
0
 public System.Threading.Tasks.Task <bool> AddSubCommentAsync(Assignment_Client.UserServiceReference.SubComment subComment)
 {
     return(base.Channel.AddSubCommentAsync(subComment));
 }
예제 #2
0
 public bool AddSubComment(Assignment_Client.UserServiceReference.SubComment subComment)
 {
     return(base.Channel.AddSubComment(subComment));
 }