public AnunciosController(IAnunciosService anuncios, ICuentasService cuentas, IReloj reloj) { _anunciosService = anuncios; _cuentasService = cuentas; _reloj = reloj; }
public TiempoTranscurrido(IReloj reloj) { _reloj = reloj; }
public frmRelojes() { IRelojes = new Relojes(4, this); InitializeComponent(); }