Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/DataProviders.cs @ 248:da9c295e9fa1
Nro de versiĆ³n en el footer
author | nelopauselli |
---|---|
date | Fri, 07 Oct 2011 13:02:13 -0300 |
parents | b43dc14886e3 |
children | c8f378272407 |
comparison
equal
deleted
inserted
replaced
247:92c912b46307 | 248:da9c295e9fa1 |
---|---|
39 | 39 |
40 public static IEnumerable<string> GetRoles(this HtmlHelper helper) | 40 public static IEnumerable<string> GetRoles(this HtmlHelper helper) |
41 { | 41 { |
42 return new[] {Roles.Administrador, Roles.Usuario}; | 42 return new[] {Roles.Administrador, Roles.Usuario}; |
43 } | 43 } |
44 | |
45 public static string Version(this HtmlHelper helper) | |
46 { | |
47 return typeof (DataProviders).Assembly.GetName().Version.ToString(); | |
48 } | |
44 } | 49 } |
45 } | 50 } |