Esempio n. 1
0
 public CertificadoSKUDTO(EstimadoSKUDTO estSKU)
 {
     DTOHelper.FillObjectByObject(estSKU, this);
 }
Esempio n. 2
0
 public EstimadoDetVersionDTO(EstimadoDetDTO estDet)
 {
     DTOHelper.FillObjectByObject(estDet, this);
 }
Esempio n. 3
0
 public CertificadoCabDTO(EstimadoCabDTO estimadoCab)
 {
     DTOHelper.FillObjectByObject(estimadoCab, this);
     //FecCierre = estimadoCab.FecCierre.Value;
     //FecCertValido = estimadoCab.FecCierre.Value;
 }
Esempio n. 4
0
 public EstimadoSKUVersionDTO(EstimadoSKUDTO estSKU)
 {
     DTOHelper.FillObjectByObject(estSKU, this);
 }
Esempio n. 5
0
 public EstimadoCabVersionDTO(EstimadoCabDTO estimadoCab)
 {
     DTOHelper.FillObjectByObject(estimadoCab, this);
 }
Esempio n. 6
0
 public EstimadoCabDTO(OrdenadoCabDTO ordenadoCab)
 {
     DTOHelper.FillObjectByObject(ordenadoCab, this);
     FecCierre = ordenadoCab.FecCierre.Value;
 }
Esempio n. 7
0
 public EstimadoSKUDTO(OrdenadoSKUDTO ordSKU)
 {
     DTOHelper.FillObjectByObject(ordSKU, this);
 }
Esempio n. 8
0
 public EstimadoDetDTO(OrdenadoDetDTO ordDet)
 {
     DTOHelper.FillObjectByObject(ordDet, this);
 }
Esempio n. 9
0
 public CertificadoDetDTO(EstimadoDetDTO estDet)
 {
     DTOHelper.FillObjectByObject(estDet, this);
 }