comparison Agendas/trunk/src/Agendas.Web/Models/AccountModels.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 65f0b3d70c18
comparison
equal deleted inserted replaced
33:1e95467c1245 34:475be11edf56
1 using System; 1 using System;
2 using System.Collections.Generic; 2 using System.Collections.Generic;
3 using System.ComponentModel;
4 using System.ComponentModel.DataAnnotations; 3 using System.ComponentModel.DataAnnotations;
5 using System.Globalization; 4 using System.Globalization;
6 using System.Linq;
7 using System.Web;
8 using System.Web.Mvc; 5 using System.Web.Mvc;
9 using System.Web.Security; 6 using System.Web.Security;
10 7
11 namespace Agendas.Web.Models 8 namespace AltNetHispano.Agendas.Web.Models
12 { 9 {
13 10
14 #region Models 11 #region Models
15 12
16 public class ChangePasswordModel 13 public class ChangePasswordModel