auto.bus_api/SharedModels/DataTransferObjects/DatabaseModels
2023-06-04 17:09:23 +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 refactor: tweak driver registration endpoint; remove driver update endpoint 2023-06-04 17:09:23 +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 refactor: change Route CRUD to perform only compound data manipulations 2023-05-24 20:48:27 +03:00
RouteAddressDto.cs refactor: change Route CRUD to perform only compound data manipulations 2023-05-24 20:48:27 +03:00
RouteDto.cs refactor: change Route CRUD to perform only compound data manipulations 2023-05-24 20:48:27 +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 fix: invalid arrival address details in TicketGroupDto; add isPurchased field 2023-05-25 11:49: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