STA-960 | add dto and cast from entities
Showing
- app/src/DTO/RestaurantListDTO.php 0 additions, 10 deletionsapp/src/DTO/RestaurantListDTO.php
- app/src/DTO/RestaurantListingElementDTO.php 0 additions, 15 deletionsapp/src/DTO/RestaurantListingElementDTO.php
- app/src/Dto/DtoCollection.php 29 additions, 0 deletionsapp/src/Dto/DtoCollection.php
- app/src/Dto/DtoInterface.php 6 additions, 0 deletionsapp/src/Dto/DtoInterface.php
- app/src/Dto/ErrorDto.php 12 additions, 0 deletionsapp/src/Dto/ErrorDto.php
- app/src/Dto/FileDto.php 18 additions, 0 deletionsapp/src/Dto/FileDto.php
- app/src/Dto/KitchenTypeDto.php 12 additions, 0 deletionsapp/src/Dto/KitchenTypeDto.php
- app/src/Dto/NewsCategoryDto.php 12 additions, 0 deletionsapp/src/Dto/NewsCategoryDto.php
- app/src/Dto/NewsDetailElementDto.php 19 additions, 0 deletionsapp/src/Dto/NewsDetailElementDto.php
- app/src/Dto/NewsFilterVariants.php 9 additions, 0 deletionsapp/src/Dto/NewsFilterVariants.php
- app/src/Dto/NewsListDto.php 13 additions, 0 deletionsapp/src/Dto/NewsListDto.php
- app/src/Dto/NewsListingElementDto.php 19 additions, 0 deletionsapp/src/Dto/NewsListingElementDto.php
- app/src/Dto/PaginationDto.php 10 additions, 0 deletionsapp/src/Dto/PaginationDto.php
- app/src/Dto/RestaurantDetailElementDto.php 45 additions, 0 deletionsapp/src/Dto/RestaurantDetailElementDto.php
- app/src/Dto/RestaurantFilterVariantsDto.php 14 additions, 0 deletionsapp/src/Dto/RestaurantFilterVariantsDto.php
- app/src/Dto/RestaurantListDto.php 15 additions, 0 deletionsapp/src/Dto/RestaurantListDto.php
- app/src/Dto/RestaurantListingElementDto.php 20 additions, 0 deletionsapp/src/Dto/RestaurantListingElementDto.php
- app/src/Dto/RestaurantTypeDto.php 12 additions, 0 deletionsapp/src/Dto/RestaurantTypeDto.php
- app/src/Dto/TagDto.php 11 additions, 0 deletionsapp/src/Dto/TagDto.php
- app/src/Dto/ValidateErrorDto.php 5 additions, 0 deletionsapp/src/Dto/ValidateErrorDto.php
app/src/DTO/RestaurantListDTO.php
deleted
100644 → 0
app/src/Dto/DtoCollection.php
0 → 100644
app/src/Dto/DtoInterface.php
0 → 100644
app/src/Dto/ErrorDto.php
0 → 100644
app/src/Dto/FileDto.php
0 → 100644
app/src/Dto/KitchenTypeDto.php
0 → 100644
app/src/Dto/NewsCategoryDto.php
0 → 100644
app/src/Dto/NewsDetailElementDto.php
0 → 100644
app/src/Dto/NewsFilterVariants.php
0 → 100644
app/src/Dto/NewsListDto.php
0 → 100644
app/src/Dto/NewsListingElementDto.php
0 → 100644
app/src/Dto/PaginationDto.php
0 → 100644
app/src/Dto/RestaurantDetailElementDto.php
0 → 100644
app/src/Dto/RestaurantFilterVariantsDto.php
0 → 100644
app/src/Dto/RestaurantListDto.php
0 → 100644
app/src/Dto/RestaurantListingElementDto.php
0 → 100644
app/src/Dto/RestaurantTypeDto.php
0 → 100644
app/src/Dto/TagDto.php
0 → 100644
app/src/Dto/ValidateErrorDto.php
0 → 100644
Please register or sign in to comment