private static INotificationTagProxy GetBusinessLayerProxy(IPrincipal userPrincipal) { var p66Principal = WebIdentity.GetP66Principal(userPrincipal); return(new NotificationTagProxy(p66Principal)); }
private static ILocationLocatorProxy GetBusinessLayerProxy(IPrincipal userPrincipal) { var p66Principal = WebIdentity.GetP66Principal(userPrincipal); return(new LocationLocatorProxy(p66Principal)); }
private static IMessageProxy GetBusinessLayerProxy(IPrincipal userPrincipal) { var p66Principal = WebIdentity.GetP66Principal(userPrincipal); return(new MessageProxy(p66Principal)); }
private static IEventCategoryProxy GetBusinessLayerProxy(IPrincipal userPrincipal) { var p66Principal = WebIdentity.GetP66Principal(userPrincipal); return(new EventCategoryProxy(p66Principal)); }