Exemplo n.º 1
0
 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));
 }
Exemplo n.º 2
0
 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);
 }
Exemplo n.º 3
0
 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));
 }
Exemplo n.º 4
0
 bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentResponse bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.DeleteComment(bizapps_test.MVC.AsmxCommentServiceReference.DeleteCommentRequest request)
 {
     return(base.Channel.DeleteComment(request));
 }