public System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentResponse> DeleteCommentAsync(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap) { bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequest(); inValue.Body = new bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequestBody(); inValue.Body.commentSoap = commentSoap; return(((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).DeleteCommentAsync(inValue)); }
public int DeleteComment(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap) { bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequest(); inValue.Body = new bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequestBody(); inValue.Body.commentSoap = commentSoap; bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentResponse retVal = ((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).DeleteComment(inValue); return(retVal.Body.DeleteCommentResult); }
System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentResponse> bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.DeleteCommentAsync(bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequest request) { return(base.Channel.DeleteCommentAsync(request)); }
bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentResponse bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.DeleteComment(bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequest request) { return(base.Channel.DeleteComment(request)); }