Ejemplo n.º 1
0
        private static INotificationTagProxy GetBusinessLayerProxy(IPrincipal userPrincipal)
        {
            var p66Principal = WebIdentity.GetP66Principal(userPrincipal);

            return(new NotificationTagProxy(p66Principal));
        }
Ejemplo n.º 2
0
        private static ILocationLocatorProxy GetBusinessLayerProxy(IPrincipal userPrincipal)
        {
            var p66Principal = WebIdentity.GetP66Principal(userPrincipal);

            return(new LocationLocatorProxy(p66Principal));
        }
Ejemplo n.º 3
0
        private static IMessageProxy GetBusinessLayerProxy(IPrincipal userPrincipal)
        {
            var p66Principal = WebIdentity.GetP66Principal(userPrincipal);

            return(new MessageProxy(p66Principal));
        }
Ejemplo n.º 4
0
        private static IEventCategoryProxy GetBusinessLayerProxy(IPrincipal userPrincipal)
        {
            var p66Principal = WebIdentity.GetP66Principal(userPrincipal);

            return(new EventCategoryProxy(p66Principal));
        }