Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/ISeguridad.cs @ 24:41b283d27e3e
Ponentes como entidad
Agenda no es una entidad persistente (por ahora)
author | nelo@MTEySS.neluz.int |
---|---|
date | Tue, 15 Mar 2011 07:49:53 -0300 |
parents | cae27d7eb697 |
children | 3ebe89c88caa |
line wrap: on
line source
using System.Security.Principal; namespace AltNetHispano.Agendas.Domain { public interface ISeguridad { IPrincipal GetPrincipal(); } }