Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Global.asax.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 | 74eb4577d447 |
children | 3ebe89c88caa |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Global.asax.cs Thu Mar 17 14:45:46 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Global.asax.cs Thu Mar 17 16:59:29 2011 -0300 @@ -1,11 +1,8 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web.Mvc; +using System.Web.Mvc; using System.Web.Routing; -using Agendas.Factories; +using AltNetHispano.Agendas.Factories; -namespace Agendas.Web +namespace AltNetHispano.Agendas.Web { // Note: For instructions on enabling IIS6 or IIS7 classic mode, // visit http://go.microsoft.com/?LinkId=9394801