4 references to GetCurrentUser
System.Web.Extensions (4)
ApplicationServices\ApplicationServiceHelper.cs (1)
79IPrincipal user = GetCurrentUser(context);
ApplicationServices\ProfileService.cs (1)
285IPrincipal user = ApplicationServiceHelper.GetCurrentUser(context);
ApplicationServices\RoleService.cs (2)
70IPrincipal user = ApplicationServiceHelper.GetCurrentUser(HttpContext.Current); 92IPrincipal user = ApplicationServiceHelper.GetCurrentUser(HttpContext.Current);