auto.bus_api/SharedModels/DataTransferObjects/DatabaseModels
cuqmbr 39fddff553 refactor: change VehicleEnrollment CRUD to perform only compound data manipulations
This removes enpoints where you can CRUD only VehicleEnrollment database table and refines those where you can CRUD both VehicleEnrollment and RouteAddressDetail
2023-05-24 16:53:31 +03:00
..
AddressDto.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
CityDto.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
CompanyDto.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
CountryDto.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
DriverDto.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
PaymentDto.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
ReviewDto.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
RouteAddressDetailsDto.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
RouteAddressDto.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
RouteDto.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
StateDto.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
TicketDto.cs refactor: make TicketGroup the main controller for ticket data retrieval 2023-05-24 10:58:37 +03:00
TicketGroupDto.cs refactor: make TicketGroup the main controller for ticket data retrieval 2023-05-24 10:58:37 +03:00
UserDto.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
VehicleDto.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
VehicleEnrollmentDto.cs refactor: change VehicleEnrollment CRUD to perform only compound data manipulations 2023-05-24 16:53:31 +03:00