Beispiel #1
0
 public System.Threading.Tasks.Task <SW.Presentation.ServicoPromocao.ListarPorIdResponse> ListarPorIdAsync(int id)
 {
     SW.Presentation.ServicoPromocao.ListarPorIdRequest inValue = new SW.Presentation.ServicoPromocao.ListarPorIdRequest();
     inValue.Body    = new SW.Presentation.ServicoPromocao.ListarPorIdRequestBody();
     inValue.Body.id = id;
     return(((SW.Presentation.ServicoPromocao.PromocaoSoap)(this)).ListarPorIdAsync(inValue));
 }
Beispiel #2
0
 public SW.Presentation.ServicoPromocao.Promocao ListarPorId(int id)
 {
     SW.Presentation.ServicoPromocao.ListarPorIdRequest inValue = new SW.Presentation.ServicoPromocao.ListarPorIdRequest();
     inValue.Body    = new SW.Presentation.ServicoPromocao.ListarPorIdRequestBody();
     inValue.Body.id = id;
     SW.Presentation.ServicoPromocao.ListarPorIdResponse retVal = ((SW.Presentation.ServicoPromocao.PromocaoSoap)(this)).ListarPorId(inValue);
     return(retVal.Body.ListarPorIdResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <SW.Presentation.ServicoPromocao.ListarPorIdResponse> SW.Presentation.ServicoPromocao.PromocaoSoap.ListarPorIdAsync(SW.Presentation.ServicoPromocao.ListarPorIdRequest request)
 {
     return(base.Channel.ListarPorIdAsync(request));
 }
Beispiel #4
0
 SW.Presentation.ServicoPromocao.ListarPorIdResponse SW.Presentation.ServicoPromocao.PromocaoSoap.ListarPorId(SW.Presentation.ServicoPromocao.ListarPorIdRequest request)
 {
     return(base.Channel.ListarPorId(request));
 }