Exemplo n.º 1
0
 public AlquilerController(IAlquilerInterface alqui, IVideosInterface vids)
 {
     alquileres     = alqui;
     videos         = vids;
     ViewBag.Videos = videos.obtenerVideos();
 }
 public HomeController(IAlquilerInterface alqui, IVideosInterface vids)
 {
     alquileres = alqui;
     videos     = vids;
 }