diff Agendas/trunk/src/Agendas.Web/Controllers/AccountController.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 d1688622fa88
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Controllers/AccountController.cs	Thu Mar 17 14:45:46 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Controllers/AccountController.cs	Thu Mar 17 16:59:29 2011 -0300
@@ -1,15 +1,9 @@
-using System;
-using System.Collections.Generic;
-using System.Diagnostics.CodeAnalysis;
-using System.Linq;
-using System.Security.Principal;
-using System.Web;
-using System.Web.Mvc;
+using System.Web.Mvc;
 using System.Web.Routing;
 using System.Web.Security;
-using Agendas.Web.Models;
+using AltNetHispano.Agendas.Web.Models;
 
-namespace Agendas.Web.Controllers
+namespace AltNetHispano.Agendas.Web.Controllers
 {
     public class AccountController : Controller
     {