Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/ISeguridad.cs @ 45:2edc705aae0a
Coverage 100% sobre Agendas.Tests
author | juanjose.montesdeocaarbos |
---|---|
date | Sun, 20 Mar 2011 07:41:50 -0300 |
parents | cae27d7eb697 |
children | 3ebe89c88caa |
line wrap: on
line source
using System.Security.Principal; namespace AltNetHispano.Agendas.Domain { public interface ISeguridad { IPrincipal GetPrincipal(); } }