auto.bus_api/Server/Services
cuqmbr a75ea56f69 nonatomic commit. check description for the list of changes
feat: add UserManagementService

feat: add CopmanyDriver relation and DriverManagementService

chore: pupulate database seeding class

fix: add review filtering by CompanyId
2023-05-02 14:57:46 +03:00
..
AddressManagementService.cs feat: add "Popular routes" statistics 2022-12-09 11:54:14 +02:00
AuthenticationService.cs nonatomic commit. check description for the list of changes 2023-05-02 14:57:46 +03:00
AutomationService.cs feat: add "Popular routes" statistics 2022-12-09 11:54:14 +02:00
CityManagementService.cs feat: add complex VehicleEnrollment addition and retrieval 2022-12-03 15:10:03 +02:00
CompanyManagementService.cs fix: expand data fields returned in GET methods 2023-04-25 20:28:23 +03:00
CountryManagementService.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
DateTimeService.cs feat: many thing 2022-10-10 20:34:09 +03:00
DriverManagementService.cs nonatomic commit. check description for the list of changes 2023-05-02 14:57:46 +03:00
EmailSenderService.cs nonatomic commit. check description for the list of changes 2023-05-02 14:57:46 +03:00
IAddressManagementService.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
IAuthenticationService.cs feat: add authentication using Google OAuth token 2023-04-27 19:31:21 +03:00
ICityManagementService.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
ICompanyManagementService.cs feat: add policy based authorization where it was appropriate 2023-04-24 22:13:44 +03:00
ICountryManagementService.cs feat: add policy based authorization where it was appropriate 2023-04-24 22:13:44 +03:00
IDateTimeService.cs feat: many thing 2022-10-10 20:34:09 +03:00
IDriverManagementService.cs nonatomic commit. check description for the list of changes 2023-05-02 14:57:46 +03:00
IEmailSenderService.cs feat: add email confirmation on registration 2023-04-26 20:25:36 +03:00
IReportService.cs feat: add "Popular routes" statistics 2022-12-09 11:54:14 +02:00
IReviewManagementService.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
IRouteAddressManagementService.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
IRouteManagementService.cs feat: add policy based authorization where it was appropriate 2023-04-24 22:13:44 +03:00
IStateManagementService.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
IStatisticsService.cs feat: add policy based authorization where it was appropriate 2023-04-24 22:13:44 +03:00
ITicketGroupManagementService.cs feat: add "Popular routes" statistics 2022-12-09 11:54:14 +02:00
ITicketManagementService.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
IUserManagementService.cs nonatomic commit. check description for the list of changes 2023-05-02 14:57:46 +03:00
IVehicleEnrollmentManagementService.cs feat: add complex VehicleEnrollment addition and retrieval 2022-12-03 15:10:03 +02:00
IVehicleManagementService.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
ReportService.cs feat: add "Popular routes" statistics 2022-12-09 11:54:14 +02:00
ReviewManagementService.cs nonatomic commit. check description for the list of changes 2023-05-02 14:57:46 +03:00
RouteAddressManagementService.cs fix: expand data fields returned in GET methods 2023-04-25 20:28:23 +03:00
RouteManagementService.cs feat: add "Popular routes" statistics 2022-12-09 11:54:14 +02:00
StateManagementService.cs feat: add complex VehicleEnrollment addition and retrieval 2022-12-03 15:10:03 +02:00
StatisticsService.cs feat: add "Popular routes" statistics 2022-12-09 11:54:14 +02:00
TicketGroupManagementService.cs fix: expand data fields returned in GET methods 2023-04-25 20:28:23 +03:00
TicketManagementService.cs fix: expand data fields returned in GET methods 2023-04-25 20:28:23 +03:00
UserManagementService.cs nonatomic commit. check description for the list of changes 2023-05-02 14:57:46 +03:00
VehicleEnrollmentManagementService.cs feat: add complex VehicleEnrollment addition and retrieval 2022-12-03 15:10:03 +02:00
VehicleManagementService.cs fix: expand data fields returned in GET methods 2023-04-25 20:28:23 +03:00