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