public CachedWebContratoHonorario
 (
     ContratoHonorarioService webServiceParam
 )
 {
     this.webService = webServiceParam;
 }
 public CachedWebContratoHonorario(
     ContratoHonorarioService   webServiceParam
     )
 {
     this.webService = webServiceParam;
 }