Two sets can only have a one-to-one correspondence if they have the same cardinality; that is, there are exactly the same number of items in each set. So if each item in set A corresponds to exactly one item in set B and there are exactly 720 correspondences, then each set has exactly 720 items in it.
Example:
A = {1, 2, 3}
B = {a, b, c}
Correspondences:
1 → a
2 → b
3 → c
Three correspondences, three members in each set.