STA-1046 | fullRest restaurant handles + small fixes
Showing
- app/src/News/Controller/NewsController.php 14 additions, 14 deletionsapp/src/News/Controller/NewsController.php
- app/src/News/Service/NewsPrepareResponseService.php 6 additions, 7 deletionsapp/src/News/Service/NewsPrepareResponseService.php
- app/src/Restaurants/Controller/RestaurantsController.php 36 additions, 0 deletionsapp/src/Restaurants/Controller/RestaurantsController.php
- app/src/Restaurants/Request/RestaurantCreateRequest.php 27 additions, 38 deletionsapp/src/Restaurants/Request/RestaurantCreateRequest.php
- app/src/Restaurants/Request/RestaurantFullUpdateRequest.php 26 additions, 38 deletionsapp/src/Restaurants/Request/RestaurantFullUpdateRequest.php
- app/src/Restaurants/Request/RestaurantPartUpdateRequest.php 27 additions, 38 deletionsapp/src/Restaurants/Request/RestaurantPartUpdateRequest.php
- app/src/Restaurants/Service/RestaurantPrepareResponseService.php 40 additions, 3 deletions.../Restaurants/Service/RestaurantPrepareResponseService.php
- app/src/Restaurants/UseCase/RestaurantCreateUseCase.php 27 additions, 0 deletionsapp/src/Restaurants/UseCase/RestaurantCreateUseCase.php
- app/src/Restaurants/UseCase/RestaurantDeleteUseCase.php 27 additions, 0 deletionsapp/src/Restaurants/UseCase/RestaurantDeleteUseCase.php
- app/src/Restaurants/UseCase/RestaurantFullUpdateUseCase.php 27 additions, 0 deletionsapp/src/Restaurants/UseCase/RestaurantFullUpdateUseCase.php
- app/src/Restaurants/UseCase/RestaurantGetDetailUseCase.php 2 additions, 2 deletionsapp/src/Restaurants/UseCase/RestaurantGetDetailUseCase.php
- app/src/Restaurants/UseCase/RestaurantGetListingUseCase.php 4 additions, 3 deletionsapp/src/Restaurants/UseCase/RestaurantGetListingUseCase.php
- app/src/Restaurants/UseCase/RestaurantPartUpdateUseCase.php 29 additions, 0 deletionsapp/src/Restaurants/UseCase/RestaurantPartUpdateUseCase.php
- app/src/Shared/Entity/Restaurants.php 1 addition, 0 deletionsapp/src/Shared/Entity/Restaurants.php
- app/src/Shared/EntityFactory/NewsEntityFactory.php 1 addition, 1 deletionapp/src/Shared/EntityFactory/NewsEntityFactory.php
- app/src/Shared/EntityFactory/RestaurantEntityFactory.php 179 additions, 1 deletionapp/src/Shared/EntityFactory/RestaurantEntityFactory.php
- app/src/Shared/Repository/NewsRepository.php 1 addition, 1 deletionapp/src/Shared/Repository/NewsRepository.php
- app/src/Shared/Repository/RestaurantsRepository.php 15 additions, 1 deletionapp/src/Shared/Repository/RestaurantsRepository.php
Loading
Please register or sign in to comment