예제 #1
0
 public SW.Presentation.ServicoProdutoPromocao.ProdutoPromocao[] Listar()
 {
     SW.Presentation.ServicoProdutoPromocao.ListarRequest inValue = new SW.Presentation.ServicoProdutoPromocao.ListarRequest();
     inValue.Body = new SW.Presentation.ServicoProdutoPromocao.ListarRequestBody();
     SW.Presentation.ServicoProdutoPromocao.ListarResponse retVal = ((SW.Presentation.ServicoProdutoPromocao.ProdutoPromocaoSoap)(this)).Listar(inValue);
     return(retVal.Body.ListarResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <SW.Presentation.ServicoProdutoPromocao.ListarResponse> ListarAsync()
 {
     SW.Presentation.ServicoProdutoPromocao.ListarRequest inValue = new SW.Presentation.ServicoProdutoPromocao.ListarRequest();
     inValue.Body = new SW.Presentation.ServicoProdutoPromocao.ListarRequestBody();
     return(((SW.Presentation.ServicoProdutoPromocao.ProdutoPromocaoSoap)(this)).ListarAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <SW.Presentation.ServicoProdutoPromocao.ListarResponse> SW.Presentation.ServicoProdutoPromocao.ProdutoPromocaoSoap.ListarAsync(SW.Presentation.ServicoProdutoPromocao.ListarRequest request)
 {
     return(base.Channel.ListarAsync(request));
 }
예제 #4
0
 SW.Presentation.ServicoProdutoPromocao.ListarResponse SW.Presentation.ServicoProdutoPromocao.ProdutoPromocaoSoap.Listar(SW.Presentation.ServicoProdutoPromocao.ListarRequest request)
 {
     return(base.Channel.Listar(request));
 }