Beispiel #1
0
 public DiaAjustado(DatosDelRequerimiento losDatos)
 {
     elDia = losDatos.Dia;
 }
Beispiel #2
0
 public FechaFormateada(DatosDelRequerimiento losDatos)
 {
     elAñoAjustado = new AñoAjustado(losDatos).ComoTexto();
     elMesAjustado = new MesAjustado(losDatos).ComoTexto();
     elDiaAjustado = new DiaAjustado(losDatos).ComoTexto();
 }
Beispiel #3
0
 public AñoAjustado(DatosDelRequerimiento losDatos)
 {
     elAño = losDatos.Año;
 }