AirBnB_clone_v2
AirBnB_clone_v2 copied to clipboard
add get() and count() methods to the DBstorage and Filestorage classes
update DBstorage and Filestorage:
- add a get() function that returns as instance with given id.
- add a count() function that returns the number of all instances or the number all instances of given class.