Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.GetCommentAnswersResponse> GetCommentAnswersAsync(int commentId)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.GetCommentAnswersRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.GetCommentAnswersRequest();
     inValue.Body           = new bizapps_test.MVC.AsmxCommentServiceReference.GetCommentAnswersRequestBody();
     inValue.Body.commentId = commentId;
     return(((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).GetCommentAnswersAsync(inValue));
 }
Ejemplo n.º 2
0
 public bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap[] GetCommentAnswers(int commentId)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.GetCommentAnswersRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.GetCommentAnswersRequest();
     inValue.Body           = new bizapps_test.MVC.AsmxCommentServiceReference.GetCommentAnswersRequestBody();
     inValue.Body.commentId = commentId;
     bizapps_test.MVC.AsmxCommentServiceReference.GetCommentAnswersResponse retVal = ((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).GetCommentAnswers(inValue);
     return(retVal.Body.GetCommentAnswersResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.GetCommentAnswersResponse> bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.GetCommentAnswersAsync(bizapps_test.MVC.AsmxCommentServiceReference.GetCommentAnswersRequest request)
 {
     return(base.Channel.GetCommentAnswersAsync(request));
 }
Ejemplo n.º 4
0
 bizapps_test.MVC.AsmxCommentServiceReference.GetCommentAnswersResponse bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.GetCommentAnswers(bizapps_test.MVC.AsmxCommentServiceReference.GetCommentAnswersRequest request)
 {
     return(base.Channel.GetCommentAnswers(request));
 }