Closed FilipeLipan closed 3 months ago
https://github.com/Lucas-Israel/trybnb/blob/b8ec8285ecb51c3396b7840be2fa4a55662e3f9d/app/src/main/java/com/betrybe/trybnb/data/repository/BookingRepository.kt#L24
Moving this code to a function will make things more organized. You can even move the creation of this object to another class
https://github.com/Lucas-Israel/trybnb/blob/b8ec8285ecb51c3396b7840be2fa4a55662e3f9d/app/src/main/java/com/betrybe/trybnb/data/repository/BookingRepository.kt#L24
Moving this code to a function will make things more organized. You can even move the creation of this object to another class