예제 #1
0
 public string WrSetUsrOTPSecret(int UsrId, bool bEnable, string hostSecret = null)
 {
     using (Access3.LoginAccess dac = new Access3.LoginAccess())
     {
         return(dac.WrSetUsrOTPSecret(UsrId, bEnable, hostSecret));
     }
 }