Esempio n. 1
0
 public bool AuthenticateOTP(string userId, DateTime time, string password)
 {
     return(_loginRepository.AuthenticateOTP(userId, time, password));
 }