Пример #1
0
        private static INotificationTagProxy GetBusinessLayerProxy(IPrincipal userPrincipal)
        {
            var p66Principal = WebIdentity.GetP66Principal(userPrincipal);

            return(new NotificationTagProxy(p66Principal));
        }
Пример #2
0
        private static ILocationLocatorProxy GetBusinessLayerProxy(IPrincipal userPrincipal)
        {
            var p66Principal = WebIdentity.GetP66Principal(userPrincipal);

            return(new LocationLocatorProxy(p66Principal));
        }
Пример #3
0
        private static IMessageProxy GetBusinessLayerProxy(IPrincipal userPrincipal)
        {
            var p66Principal = WebIdentity.GetP66Principal(userPrincipal);

            return(new MessageProxy(p66Principal));
        }
Пример #4
0
        private static IEventCategoryProxy GetBusinessLayerProxy(IPrincipal userPrincipal)
        {
            var p66Principal = WebIdentity.GetP66Principal(userPrincipal);

            return(new EventCategoryProxy(p66Principal));
        }