Esempio n. 1
0
 public string WrGetUsrOTPSecret(int UsrId, string hostSecret = null)
 {
     using (Access3.LoginAccess dac = new Access3.LoginAccess())
     {
         return(dac.WrGetUsrOTPSecret(UsrId, hostSecret));
     }
 }