public void Update(ImpostosRegraFiscal novo) { this.Aliquota = novo.Aliquota; this.IdImposto = novo.IdImposto; this.TipoImposto = novo.TipoImposto; this.IdCst = novo.IdCst; this.SituacaoTributaria = novo.SituacaoTributaria; this.TipoLancImposto = novo.TipoLancImposto; //this.TipoMovimento = novo.TipoMovimento; this.TipoTributacaoICMS = novo.TipoTributacaoICMS; this.TipoTributacaoIPI = novo.TipoTributacaoIPI; }
public void Update(SituacaoTributaria novo) { this.CodigoCst = novo.CodigoCst; this.DescricaoCst = novo.DescricaoCst; this.IdImposto = novo.IdImposto; }