コード例 #1
0
 public System.Threading.Tasks.Task UpdateAsync(SimpleSocialNetwork.Sandbox.CommentServiceReference.CommentDto entity)
 {
     return(base.Channel.UpdateAsync(entity));
 }
コード例 #2
0
 public void Update(SimpleSocialNetwork.Sandbox.CommentServiceReference.CommentDto entity)
 {
     base.Channel.Update(entity);
 }