public GerarNFSeResponse(ResponseBase response)
 {
     this.Response = response;
 }
Example #2
0
 public ConsultarNFSeServicoPrestadoResponse(ResponseBase response)
 {
     this.Response = response;
 }
 public ConsultarNFSePorRpsResponse(ResponseBase response)
 {
     this.Response = response;
 }
Example #4
0
 public ConsultarNFSeFaixaResponse(ResponseBase response)
 {
     this.Response = response;
 }
 public RecepcionarLoteRpsSincronoResponse(ResponseBase response)
 {
     this.Response = response;
 }
 public SubstituirNFSeResponse(ResponseBase response)
 {
     this.Response = response;
 }
 public ConsultarLoteRpsResponse(ResponseBase response)
 {
     this.Response = response;
 }