auto.bus_api/Server/Models
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
..
Address.cs feat: add policy based authorization where it was appropriate 2023-04-24 22:13:44 +03:00
City.cs feat: add policy based authorization where it was appropriate 2023-04-24 22:13:44 +03:00
Company.cs fix: move purchaseDateTime and isReturned fields from ticket to ticketGroup 2023-05-13 15:34:55 +03:00
CompanyDriver.cs nonatomic commit. check description for the list of changes 2023-05-02 14:57:46 +03:00
Country.cs feat: add policy based authorization where it was appropriate 2023-04-24 22:13:44 +03:00
RefreshToken.cs refactor: modify refresh token field names, add authorization & cookie deletion in revoke-session endpoint 2022-11-15 17:21:26 +02:00
Review.cs add "Engaged users" statistics 2022-11-23 19:45:15 +02:00
Route.cs refactor: change VehicleEnrollment CRUD to perform only compound data manipulations 2023-05-24 16:53:31 +03:00
RouteAddress.cs refactor: make TicketGroup the main controller for ticket data retrieval 2023-05-24 10:58:37 +03:00
RouteAddressDetails.cs feat: add complex route addition and retrieval 2022-11-30 11:06:57 +02:00
State.cs feat: add policy based authorization where it was appropriate 2023-04-24 22:13:44 +03:00
Ticket.cs fix: move purchaseDateTime and isReturned fields from ticket to ticketGroup 2023-05-13 15:34:55 +03:00
TicketGroup.cs Added IsPurchased method to the TicketGroup class. 2023-05-22 13:48:57 +03:00
User.cs nonatomic commit. check description for the list of changes 2023-05-02 14:57:46 +03:00
Vehicle.cs refactor: change VehicleEnrollment CRUD to perform only compound data manipulations 2023-05-24 16:53:31 +03:00
VehicleEnrollment.cs refactor: change VehicleEnrollment CRUD to perform only compound data manipulations 2023-05-24 16:53:31 +03:00