public CertificadoSKUDTO(EstimadoSKUDTO estSKU) { DTOHelper.FillObjectByObject(estSKU, this); }
public EstimadoDetVersionDTO(EstimadoDetDTO estDet) { DTOHelper.FillObjectByObject(estDet, this); }
public CertificadoCabDTO(EstimadoCabDTO estimadoCab) { DTOHelper.FillObjectByObject(estimadoCab, this); //FecCierre = estimadoCab.FecCierre.Value; //FecCertValido = estimadoCab.FecCierre.Value; }
public EstimadoSKUVersionDTO(EstimadoSKUDTO estSKU) { DTOHelper.FillObjectByObject(estSKU, this); }
public EstimadoCabVersionDTO(EstimadoCabDTO estimadoCab) { DTOHelper.FillObjectByObject(estimadoCab, this); }
public EstimadoCabDTO(OrdenadoCabDTO ordenadoCab) { DTOHelper.FillObjectByObject(ordenadoCab, this); FecCierre = ordenadoCab.FecCierre.Value; }
public EstimadoSKUDTO(OrdenadoSKUDTO ordSKU) { DTOHelper.FillObjectByObject(ordSKU, this); }
public EstimadoDetDTO(OrdenadoDetDTO ordDet) { DTOHelper.FillObjectByObject(ordDet, this); }
public CertificadoDetDTO(EstimadoDetDTO estDet) { DTOHelper.FillObjectByObject(estDet, this); }