auto.bus_api/Server/Controllers
2023-06-03 21:26:39 +03:00
..
AccountController.cs feat: add account management functionality 2023-06-03 21:26:39 +03:00
AddressController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
AuthenticationController.cs feat: add account management functionality 2023-06-03 21:26:39 +03:00
CityController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
CompanyController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
CountryController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
DriverController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
PaymentsController.cs URL generation for ticket payment and processing of its response 2023-05-22 13:23:41 +03:00
ReportController.cs feat: add imperative resource-based authorization 2023-05-22 15:27:11 +03:00
ReviewController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
RouteController.cs refactor: change Route CRUD to perform only compound data manipulations 2023-05-24 20:48:27 +03:00
StateController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
TicketGroupController.cs refactor: make TicketGroup the main controller for ticket data retrieval 2023-05-24 10:58:37 +03:00
UserController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
VehicleController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
VehicleEnrollmentController.cs refactor: change VehicleEnrollment CRUD to perform only compound data manipulations 2023-05-24 16:53:31 +03:00
VehicleEnrollmentSearchController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00