IAuthenticateHelperTCodeTable, TEmployeeAuthenticate Method

驗證使用者

Definition

Namespace: eBizprise.Framework.Common.Interface
Assembly: eBizprise.Framework.Common (in eBizprise.Framework.Common.dll) Version: 25.0.1.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
ApiResult<bool> Authenticate(
	string account,
	string securityCode
)

Parameters

account  String
帳號
securityCode  String
驗證碼

Return Value

ApiResultBoolean
執行結果

See Also