示例#1
0
 public System.Threading.Tasks.Task <ColetorDeCusto.SI_ValidarColetorCusto_OUTResponse> SI_ValidarColetorCusto_OUTAsync(ColetorDeCusto.DT_ColetorCusto MT_ColetorCusto)
 {
     ColetorDeCusto.SI_ValidarColetorCusto_OUTRequest inValue = new ColetorDeCusto.SI_ValidarColetorCusto_OUTRequest();
     inValue.MT_ColetorCusto = MT_ColetorCusto;
     return(((ColetorDeCusto.SI_ValidarColetorCusto_OUT)(this)).SI_ValidarColetorCusto_OUTAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <ColetorDeCusto.SI_ValidarColetorCusto_OUTResponse> ColetorDeCusto.SI_ValidarColetorCusto_OUT.SI_ValidarColetorCusto_OUTAsync(ColetorDeCusto.SI_ValidarColetorCusto_OUTRequest request)
 {
     return(base.Channel.SI_ValidarColetorCusto_OUTAsync(request));
 }