diff Agendas/trunk/src/Agendas.Web/Global.asax.cs @ 85:8a4135f019dd

cambio de nombre de una clase
author nelopauselli
date Wed, 25 May 2011 01:20:24 -0300
parents ee4e699e4551
children db4b1e2cae49
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Global.asax.cs	Wed May 25 01:18:29 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Global.asax.cs	Wed May 25 01:20:24 2011 -0300
@@ -33,7 +33,7 @@
         protected void Application_Start()
         {
         	ModelMetadataProviders.Current =
-        		new DataAnnotationAndResolveByConventionModelMetadataProvider(
+        		new DataAnnotationAndConventionModelMetadataProvider(
         			new ResolverThroughResource<DataAnnotationResources>());
 
             AreaRegistration.RegisterAllAreas();