comparison 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
comparison
equal deleted inserted replaced
33:1e95467c1245 34:475be11edf56
1 using System; 1 using System.Web.Mvc;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Web.Mvc;
5 using System.Web.Routing; 2 using System.Web.Routing;
6 using Agendas.Factories; 3 using AltNetHispano.Agendas.Factories;
7 4
8 namespace Agendas.Web 5 namespace AltNetHispano.Agendas.Web
9 { 6 {
10 // Note: For instructions on enabling IIS6 or IIS7 classic mode, 7 // Note: For instructions on enabling IIS6 or IIS7 classic mode,
11 // visit http://go.microsoft.com/?LinkId=9394801 8 // visit http://go.microsoft.com/?LinkId=9394801
12 9
13 public class MvcApplication : System.Web.HttpApplication 10 public class MvcApplication : System.Web.HttpApplication