Esempio n. 1
0
 public void MFADeviceIDCheckFromPhone(string nric, string tokenID, string deviceID)
 {
     accountDAL.CheckMFADeviceIDFromPhone(nric, tokenID, deviceID);
     logBLL.LogEvent(nric, "MFA Device ID Update From Phone", "Self.");
 }