@model Neo.LegitimateLicences.OperatingLicenceConsole.MemberModel @using Neo.Afx.ComponentModel @using Neo.Afx.Security @using Neo.Afx.Mvc @using Neo.LegitimateLicences.Common; @{ var userSecurables = (Profile != null && ((Neo.Afx.Security.UserProfile)Profile).Securables != null) ? ((Neo.Afx.Security.UserProfile)Profile).Securables.ToList() : null; }
@*
@if (SecurityHelper.UserHasAccessToSecurable(userSecurables.ToList(), SecurableEnum.MembersModule_MemberConsole_SaveMemberContactDetails)) { }
NB. Any applications currently in progress, as well as licences awaiting issuing for this member will also be updated.
*@