Beispiel #1
0
 public RangoDias(IEscritor escritor, IOcurrencia ocurrencia)
 {
     this.escritor   = escritor;
     this.ocurrencia = ocurrencia;
 }
Beispiel #2
0
 public ManejoTiemposFactory(IEscritor escritor, IOcurrencia ocurrencia)
 {
     this.escritor   = escritor;
     this.ocurrencia = ocurrencia;
 }