diff Agendas/trunk/src/Agendas.Web/Controllers/HomeController.cs @ 34:475be11edf56

Ajuste en los nombre de los assemblies y namespaces
author nelo@MTEySS.neluz.int
date Thu, 17 Mar 2011 16:59:29 -0300
parents c62b77fc33f4
children
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Controllers/HomeController.cs	Thu Mar 17 14:45:46 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Controllers/HomeController.cs	Thu Mar 17 16:59:29 2011 -0300
@@ -1,10 +1,6 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-using System.Web.Mvc;
+using System.Web.Mvc;
 
-namespace Agendas.Web.Controllers
+namespace AltNetHispano.Agendas.Web.Controllers
 {
     public class HomeController : Controller
     {