IAuthenticateHelperTCodeTable, TEmployeeGetAccountInformation Method

取得使用者資訊

Definition

Namespace: eBizprise.Framework.Common.Interface
Assembly: eBizprise.Framework.Common (in eBizprise.Framework.Common.dll) Version: 25.0.1.0+9af286275430f5cdff066120a88db0d7edbaef7c
C#
ApiResult<List<TEmployee>> GetAccountInformation(
	string account
)

Parameters

account  String
帳號

Return Value

ApiResultListTEmployee
執行結果

See Also