Beispiel #1
0
 public PresentadorMostrarCicloFecha(ICicloFechaRepositorio IcicloFechaR, IMostrarFechaCiclos vista)
 {
     servicioCicloFecha = new ServicioCicloFecha(IcicloFechaR);
     Ifechas            = vista;
 }
Beispiel #2
0
 public PresentadorCicloFecha(ICicloFechaRepositorio IcicloFechaR, IMostrarCicloFecha view)
 {
     servicioCicloFecha = new ServicioCicloFecha(IcicloFechaR);
     ImostrarCicloFecha = view;
 }