boostcampwm-2022 / iOS02-Trinap

우리가 여행을 추억하는 방법 📷, Trinap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReservationRepository 구현

yy0867 opened this issue · comments

요약

ReservationRepository 구현

상세 설명

ReservationRepository Protocol 및 DefaultReservationRepository 구현

체크리스트

  • ReservationRepository Protocol 선언
  • 유저의 예약 내역 목록 요청
  • 예약 상세 정보 요청
  • 예약 추가
  • 예약 삭제
  • 예약 상태 업데이트
  • DefaultReservationRepository 구현