comparison 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
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.Diagnostics.CodeAnalysis;
4 using System.Linq;
5 using System.Security.Principal;
6 using System.Web;
7 using System.Web.Mvc;
8 using System.Web.Routing; 2 using System.Web.Routing;
9 using System.Web.Security; 3 using System.Web.Security;
10 using Agendas.Web.Models; 4 using AltNetHispano.Agendas.Web.Models;
11 5
12 namespace Agendas.Web.Controllers 6 namespace AltNetHispano.Agendas.Web.Controllers
13 { 7 {
14 public class AccountController : Controller 8 public class AccountController : Controller
15 { 9 {
16 10
17 public IFormsAuthenticationService FormsService { get; set; } 11 public IFormsAuthenticationService FormsService { get; set; }