IEmployeeGetMenuAuthoritys Method

取得授權角色包含的功能權限

Definition

Namespace: eBizprise.Framework.Common.Database.Interface
Assembly: eBizprise.Framework.Common.Database (in eBizprise.Framework.Common.Database.dll) Version: 25.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
IEnumerable<IMenuAuthority> GetMenuAuthoritys(
	IDatabaseHelper sqlHelper
)

Parameters

sqlHelper  IDatabaseHelper
資料庫助手

Return Value

IEnumerableIMenuAuthority
IEnumerable<IMenuAuthority>

See Also