public System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.GetCommentResponse> GetCommentAsync(int commentId)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.GetCommentRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.GetCommentRequest();
     inValue.Body           = new bizapps_test.MVC.AsmxCommentServiceReference.GetCommentRequestBody();
     inValue.Body.commentId = commentId;
     return(((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).GetCommentAsync(inValue));
 }
 public bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap GetComment(int commentId)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.GetCommentRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.GetCommentRequest();
     inValue.Body           = new bizapps_test.MVC.AsmxCommentServiceReference.GetCommentRequestBody();
     inValue.Body.commentId = commentId;
     bizapps_test.MVC.AsmxCommentServiceReference.GetCommentResponse retVal = ((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).GetComment(inValue);
     return(retVal.Body.GetCommentResult);
 }
 System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.GetCommentResponse> bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.GetCommentAsync(bizapps_test.MVC.AsmxCommentServiceReference.GetCommentRequest request)
 {
     return(base.Channel.GetCommentAsync(request));
 }
 bizapps_test.MVC.AsmxCommentServiceReference.GetCommentResponse bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.GetComment(bizapps_test.MVC.AsmxCommentServiceReference.GetCommentRequest request)
 {
     return(base.Channel.GetComment(request));
 }