Merge branch 'master' into 'main'
Master See merge request !1
Showing
- .gitattributes 63 additions, 0 deletions.gitattributes
- .gitignore 363 additions, 0 deletions.gitignore
- bivaa_server.sln 25 additions, 0 deletionsbivaa_server.sln
- bivaa_server/AppDbContext.cs 156 additions, 0 deletionsbivaa_server/AppDbContext.cs
- bivaa_server/App_Start/NinjectWebCommon.cs 93 additions, 0 deletionsbivaa_server/App_Start/NinjectWebCommon.cs
- bivaa_server/App_Start/WebApiConfig.cs 24 additions, 0 deletionsbivaa_server/App_Start/WebApiConfig.cs
- bivaa_server/Authentication/BasicAuthHttpModule.cs 109 additions, 0 deletionsbivaa_server/Authentication/BasicAuthHttpModule.cs
- bivaa_server/Controllers/BaseController.cs 18 additions, 0 deletionsbivaa_server/Controllers/BaseController.cs
- bivaa_server/Controllers/DoctorController.cs 71 additions, 0 deletionsbivaa_server/Controllers/DoctorController.cs
- bivaa_server/Controllers/InsuranceCompanyController.cs 39 additions, 0 deletionsbivaa_server/Controllers/InsuranceCompanyController.cs
- bivaa_server/Controllers/IntervalController.cs 64 additions, 0 deletionsbivaa_server/Controllers/IntervalController.cs
- bivaa_server/Controllers/ReservationController.cs 119 additions, 0 deletionsbivaa_server/Controllers/ReservationController.cs
- bivaa_server/Controllers/SpecialityController.cs 57 additions, 0 deletionsbivaa_server/Controllers/SpecialityController.cs
- bivaa_server/Controllers/VisitController.cs 56 additions, 0 deletionsbivaa_server/Controllers/VisitController.cs
- bivaa_server/Controllers/WorkingHoursController.cs 87 additions, 0 deletionsbivaa_server/Controllers/WorkingHoursController.cs
- bivaa_server/Core/ICommonService.cs 15 additions, 0 deletionsbivaa_server/Core/ICommonService.cs
- bivaa_server/Core/IDoctorService.cs 14 additions, 0 deletionsbivaa_server/Core/IDoctorService.cs
- bivaa_server/Core/IInsuranceCompanyService.cs 12 additions, 0 deletionsbivaa_server/Core/IInsuranceCompanyService.cs
- bivaa_server/Core/IIntervalService.cs 18 additions, 0 deletionsbivaa_server/Core/IIntervalService.cs
- bivaa_server/Core/IReservationService.cs 14 additions, 0 deletionsbivaa_server/Core/IReservationService.cs
Please register or sign in to comment