コード例 #1
0
 public bool UpdateLogin(long targetId, string salt, string hash)
 {
     return(_updateHandler.UpdateLogin(targetId, salt, hash));
 }