Exemplo n.º 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));
 }
Exemplo n.º 2
0
 public SI_ValidarColetorCusto_OUTRequest(ColetorDeCusto.DT_ColetorCusto MT_ColetorCusto)
 {
     this.MT_ColetorCusto = MT_ColetorCusto;
 }