├── .gitattributes ├── .gitignore ├── Business ├── Abstract │ ├── IAuthService.cs │ ├── IBrandService.cs │ ├── ICarImageService.cs │ ├── ICarService.cs │ ├── IColorService.cs │ ├── ICustomerService.cs │ ├── IPaymentService.cs │ ├── IRentalService.cs │ └── IUserService.cs ├── Business.csproj ├── BusinessAspects │ └── Autofac │ │ └── SecuredOperation.cs ├── Concrate │ ├── AuthManager.cs │ ├── BrandManager.cs │ ├── CarImageManager.cs │ ├── CarManager.cs │ ├── ColorManager.cs │ ├── CustomerManager.cs │ ├── PaymentManager.cs │ ├── RentalManager.cs │ └── UserManager.cs ├── Constants │ └── Messages.cs ├── DependencyResolvers │ └── Autofac │ │ └── AutofacBusinessModule.cs └── ValidationRules │ └── FluentValidation │ └── CarValidator.cs ├── ConsoleUI ├── ConsoleUI.csproj └── Program.cs ├── Core ├── Aspects │ └── Autofac │ │ ├── Caching │ │ ├── CacheAspect.cs │ │ └── CacheRemoveAspect.cs │ │ ├── Exception │ │ └── ExceptionLogAspect.cs │ │ ├── Logging │ │ └── LogAspect.cs │ │ ├── Performance │ │ └── PerformanceAspect.cs │ │ ├── Transaction │ │ └── TransactionScopeAspect.cs │ │ └── Validation │ │ └── ValidationAspect.cs ├── Core.csproj ├── CrossCuttingConcerns │ ├── Caching │ │ ├── ICacheManager.cs │ │ └── Microsoft │ │ │ └── MemoryCacheManager.cs │ ├── Logging │ │ ├── Log4Net │ │ │ ├── Layouts │ │ │ │ └── JsonLayout.cs │ │ │ ├── LoggerServiceBase.cs │ │ │ ├── Loggers │ │ │ │ ├── DatabaseLogger.cs │ │ │ │ └── FileLogger.cs │ │ │ └── SerializableLogEvent.cs │ │ ├── LogDetail.cs │ │ ├── LogDetailWithException.cs │ │ └── LogParameter.cs │ └── Validation │ │ └── ValidationTool.cs ├── DataAccess │ ├── EntityFramework │ │ └── EfEntityRepositoryBase.cs │ └── IEntityRepository.cs ├── DependencyResolvers │ └── CoreModule.cs ├── Entities │ ├── Concrete │ │ ├── OperationClaim.cs │ │ ├── Payment │ │ │ ├── FakeCreditCardModel.cs │ │ │ └── IPaymentModel.cs │ │ ├── User.cs │ │ └── UserOperationClaim.cs │ ├── IDto.cs │ └── IEntity.cs ├── Extensions │ ├── ClaimExtensions.cs │ ├── ClaimsPrincipalExtensions.cs │ ├── ErrorDetails.cs │ ├── ExceptionMiddleware.cs │ ├── ExceptionMiddlewareExtensions.cs │ └── ServiceCollectionExtensions.cs └── Utilities │ ├── Business │ └── BusinessRules.cs │ ├── Interceptors │ ├── AspectInterceptorSelector.cs │ ├── MethodInterception.cs │ └── MethodInterceptionBaseAttribute.cs │ ├── IoC │ ├── ICoreModule.cs │ └── ServiceTool.cs │ ├── Messages │ └── AspectMessages.cs │ ├── Operations │ └── FileOperation.cs │ ├── Results │ ├── DataResult.cs │ ├── ErrorDataResult.cs │ ├── ErrorResult.cs │ ├── IDataResult.cs │ ├── IResult.cs │ ├── Result.cs │ ├── SuccessDataResult.cs │ └── SuccessResult.cs │ └── Security │ ├── Encryption │ ├── SecurityKeyHelper.cs │ └── SigningCredentialsHelper.cs │ ├── Hashing │ └── HashingHelper.cs │ └── JWT │ ├── AccessToken.cs │ ├── ITokenHelper.cs │ ├── JwtHelper.cs │ └── TokenOptions.cs ├── DataAccess ├── Abstract │ ├── IBrandDal.cs │ ├── ICarDal.cs │ ├── ICarImageDal.cs │ ├── IColorDal.cs │ ├── ICustomerDal.cs │ ├── IRentalDal.cs │ └── IUserDal.cs ├── Concrate │ ├── EntityFramework │ │ ├── EfBrandDal.cs │ │ ├── EfCarDal.cs │ │ ├── EfCarImageDal.cs │ │ ├── EfColorDal.cs │ │ ├── EfCustomerDal.cs │ │ ├── EfRentalDal.cs │ │ ├── EfUserDal.cs │ │ └── RentACarContext.cs │ └── InMemory │ │ └── InMemoryCarDal.cs └── DataAccess.csproj ├── Entities ├── Concrete │ ├── Brand.cs │ ├── Car.cs │ ├── CarImage.cs │ ├── CardInfo.cs │ ├── Color.cs │ ├── Customer.cs │ ├── Findeks.cs │ ├── Rental.cs │ └── User2.cs ├── DTOs │ ├── CarDetailDto.cs │ ├── CarImageDetailDto.cs │ ├── CustomerDetailDto.cs │ ├── RentalDetailDto.cs │ ├── RentalPaymentDto.cs │ ├── UserForLoginDto.cs │ ├── UserForRegisterDto.cs │ └── UserForUpdateDto.cs └── Entities.csproj ├── LICENSE ├── README.md ├── ReCapProject.sln └── WebAPI ├── Controllers ├── AuthController.cs ├── BrandsController.cs ├── CarImagesController.cs ├── CarsController.cs ├── ColorsController.cs ├── CustomersController.cs ├── RentalsController.cs ├── UsersController.cs └── WeatherForecastController.cs ├── Program.cs ├── Properties └── launchSettings.json ├── Startup.cs ├── WeatherForecast.cs ├── WebAPI.csproj ├── appsettings.Development.json ├── appsettings.json ├── log4net.config └── wwwroot └── Images ├── 02597379-3b78-4887-af14-2fb9ebafd91a.jpg ├── 149e9802-d9b8-46e3-bff5-38b22ee8f539.jpg ├── 164626d8-18fc-40d0-b048-16d4a33c178e.jpg ├── 1950484a-3886-4296-af9a-045799839398.jpg ├── 1f0c625e-1b35-40d2-8521-6c076adec5ea.jpg ├── 25c8128d-e515-42c2-83d5-cc3797f12a92.jpg ├── 2a3c31d0-06bd-40cf-9a84-c01618d1626b.jpg ├── 2d0f31aa-fe3d-4c4c-af6c-b58c2cdd107c.jpg ├── 2df18095-4a34-4ce4-a2d4-86790a75a234.jpg ├── 4736093d-2e53-4c08-8b03-506f151bf528.jpg ├── 47aa0e1c-3f8b-4c57-a4f9-440566becfb7.jpg ├── 4aecfb75-50ef-4ab1-b031-298792fbe9f2.jpg ├── 57277708-91c4-45ba-b32d-1d869ae90ac7.jpg ├── 5b0f5cbb-fe2e-4640-9b1e-5a249fa183a1.jpg ├── 5d34efa8-afd1-4c0a-856e-8882d7cee7da.jpg ├── 67106cb2-18ec-4a6c-aa41-637793baa541.jpg ├── 716207b1-c7e8-4981-9cdf-ac54f06b1fb3.jpg ├── 71d1a806-f674-46e8-a99a-e28bb67102fd.jpeg ├── 7bb9df9a-91a8-4c40-9770-242822abd251.jpg ├── 7ee3971e-d145-4658-a7b3-dc81e239e2f8.jpg ├── 88bae036-10d2-4f89-82e7-a799f5eade3e.jpg ├── 8a75b29f-4b65-42ef-ab4c-61dc7eb55d66.jpg ├── 8ba2e167-f02f-4767-b6ce-ede7b6e55dcd.jpg ├── 8e78f9ce-22af-4138-aad9-add4a37d7949.jpg ├── 95d37396-1f12-4ef5-a837-8555acc2af14.jpg ├── 96299137-090f-46a7-b0dc-a5225d0219d5.jpg ├── 9874f148-cf75-4143-b5f4-e95451f0925c.jpg ├── 9f6d2b3c-2bce-4bf9-bb5e-f3c1e4136104.jpg ├── Thumbs.db ├── a720c046-08cc-4c16-a79e-483d0e71721b.jpg ├── a7878dc0-6823-483a-8ee0-462a25a468f0.jpg ├── ac578594-9dff-482c-9d00-9b4c72d17c25.jpg ├── adbf1f8c-dfdf-4f1e-9ef0-cc94cb049cd7.jpg ├── c84b833b-1c32-40b3-855a-cb45f357b50c.jpg ├── ccd2d5fc-4354-4e37-90ff-38c1a3827b9d.jpg ├── ce20ce68-6a78-4b19-a9d7-e4db742ab2eb.jpg ├── d751a929-7fab-4bb6-9f6c-3ffff067f669.jpg ├── dbc535e0-ffca-4bd1-a1d6-de02ae06e2c1.jpg ├── dd41e408-5cf7-41d9-a854-09851bbdc8e0.jpg ├── e4c00183-bb7f-489a-a966-c8eb33b28925.jpg ├── e9209488-37fe-445c-8c97-2791cd0c61f8.jpg ├── ed6422b2-18d5-4a57-8b7d-457d29e89535.jpg ├── ed6a8dca-b035-4e92-ac2b-16ef9868649c.jpg ├── f33641fd-eba9-473a-826e-06fc298e53e4.jpg ├── fbb1a064-7f28-47a5-a7e6-a6cef3967027.jpg ├── fda062b9-71ac-4c43-8bf8-2133d05e35c0.jpg ├── ff42e01f-23b6-4e42-bc9a-636f6a94ef6d.jpg └── logo.jpg /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/.gitignore -------------------------------------------------------------------------------- /Business/Abstract/IAuthService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Abstract/IAuthService.cs -------------------------------------------------------------------------------- /Business/Abstract/IBrandService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Abstract/IBrandService.cs -------------------------------------------------------------------------------- /Business/Abstract/ICarImageService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Abstract/ICarImageService.cs -------------------------------------------------------------------------------- /Business/Abstract/ICarService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Abstract/ICarService.cs -------------------------------------------------------------------------------- /Business/Abstract/IColorService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Abstract/IColorService.cs -------------------------------------------------------------------------------- /Business/Abstract/ICustomerService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Abstract/ICustomerService.cs -------------------------------------------------------------------------------- /Business/Abstract/IPaymentService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Abstract/IPaymentService.cs -------------------------------------------------------------------------------- /Business/Abstract/IRentalService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Abstract/IRentalService.cs -------------------------------------------------------------------------------- /Business/Abstract/IUserService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Abstract/IUserService.cs -------------------------------------------------------------------------------- /Business/Business.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Business.csproj -------------------------------------------------------------------------------- /Business/BusinessAspects/Autofac/SecuredOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/BusinessAspects/Autofac/SecuredOperation.cs -------------------------------------------------------------------------------- /Business/Concrate/AuthManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Concrate/AuthManager.cs -------------------------------------------------------------------------------- /Business/Concrate/BrandManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Concrate/BrandManager.cs -------------------------------------------------------------------------------- /Business/Concrate/CarImageManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Concrate/CarImageManager.cs -------------------------------------------------------------------------------- /Business/Concrate/CarManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Concrate/CarManager.cs -------------------------------------------------------------------------------- /Business/Concrate/ColorManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Concrate/ColorManager.cs -------------------------------------------------------------------------------- /Business/Concrate/CustomerManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Concrate/CustomerManager.cs -------------------------------------------------------------------------------- /Business/Concrate/PaymentManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Concrate/PaymentManager.cs -------------------------------------------------------------------------------- /Business/Concrate/RentalManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Concrate/RentalManager.cs -------------------------------------------------------------------------------- /Business/Concrate/UserManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Concrate/UserManager.cs -------------------------------------------------------------------------------- /Business/Constants/Messages.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/Constants/Messages.cs -------------------------------------------------------------------------------- /Business/DependencyResolvers/Autofac/AutofacBusinessModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/DependencyResolvers/Autofac/AutofacBusinessModule.cs -------------------------------------------------------------------------------- /Business/ValidationRules/FluentValidation/CarValidator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Business/ValidationRules/FluentValidation/CarValidator.cs -------------------------------------------------------------------------------- /ConsoleUI/ConsoleUI.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/ConsoleUI/ConsoleUI.csproj -------------------------------------------------------------------------------- /ConsoleUI/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/ConsoleUI/Program.cs -------------------------------------------------------------------------------- /Core/Aspects/Autofac/Caching/CacheAspect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Aspects/Autofac/Caching/CacheAspect.cs -------------------------------------------------------------------------------- /Core/Aspects/Autofac/Caching/CacheRemoveAspect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Aspects/Autofac/Caching/CacheRemoveAspect.cs -------------------------------------------------------------------------------- /Core/Aspects/Autofac/Exception/ExceptionLogAspect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Aspects/Autofac/Exception/ExceptionLogAspect.cs -------------------------------------------------------------------------------- /Core/Aspects/Autofac/Logging/LogAspect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Aspects/Autofac/Logging/LogAspect.cs -------------------------------------------------------------------------------- /Core/Aspects/Autofac/Performance/PerformanceAspect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Aspects/Autofac/Performance/PerformanceAspect.cs -------------------------------------------------------------------------------- /Core/Aspects/Autofac/Transaction/TransactionScopeAspect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Aspects/Autofac/Transaction/TransactionScopeAspect.cs -------------------------------------------------------------------------------- /Core/Aspects/Autofac/Validation/ValidationAspect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Aspects/Autofac/Validation/ValidationAspect.cs -------------------------------------------------------------------------------- /Core/Core.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Core.csproj -------------------------------------------------------------------------------- /Core/CrossCuttingConcerns/Caching/ICacheManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/CrossCuttingConcerns/Caching/ICacheManager.cs -------------------------------------------------------------------------------- /Core/CrossCuttingConcerns/Caching/Microsoft/MemoryCacheManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/CrossCuttingConcerns/Caching/Microsoft/MemoryCacheManager.cs -------------------------------------------------------------------------------- /Core/CrossCuttingConcerns/Logging/Log4Net/Layouts/JsonLayout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/CrossCuttingConcerns/Logging/Log4Net/Layouts/JsonLayout.cs -------------------------------------------------------------------------------- /Core/CrossCuttingConcerns/Logging/Log4Net/LoggerServiceBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/CrossCuttingConcerns/Logging/Log4Net/LoggerServiceBase.cs -------------------------------------------------------------------------------- /Core/CrossCuttingConcerns/Logging/Log4Net/Loggers/DatabaseLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/CrossCuttingConcerns/Logging/Log4Net/Loggers/DatabaseLogger.cs -------------------------------------------------------------------------------- /Core/CrossCuttingConcerns/Logging/Log4Net/Loggers/FileLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/CrossCuttingConcerns/Logging/Log4Net/Loggers/FileLogger.cs -------------------------------------------------------------------------------- /Core/CrossCuttingConcerns/Logging/Log4Net/SerializableLogEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/CrossCuttingConcerns/Logging/Log4Net/SerializableLogEvent.cs -------------------------------------------------------------------------------- /Core/CrossCuttingConcerns/Logging/LogDetail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/CrossCuttingConcerns/Logging/LogDetail.cs -------------------------------------------------------------------------------- /Core/CrossCuttingConcerns/Logging/LogDetailWithException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/CrossCuttingConcerns/Logging/LogDetailWithException.cs -------------------------------------------------------------------------------- /Core/CrossCuttingConcerns/Logging/LogParameter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/CrossCuttingConcerns/Logging/LogParameter.cs -------------------------------------------------------------------------------- /Core/CrossCuttingConcerns/Validation/ValidationTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/CrossCuttingConcerns/Validation/ValidationTool.cs -------------------------------------------------------------------------------- /Core/DataAccess/EntityFramework/EfEntityRepositoryBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/DataAccess/EntityFramework/EfEntityRepositoryBase.cs -------------------------------------------------------------------------------- /Core/DataAccess/IEntityRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/DataAccess/IEntityRepository.cs -------------------------------------------------------------------------------- /Core/DependencyResolvers/CoreModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/DependencyResolvers/CoreModule.cs -------------------------------------------------------------------------------- /Core/Entities/Concrete/OperationClaim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Entities/Concrete/OperationClaim.cs -------------------------------------------------------------------------------- /Core/Entities/Concrete/Payment/FakeCreditCardModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Entities/Concrete/Payment/FakeCreditCardModel.cs -------------------------------------------------------------------------------- /Core/Entities/Concrete/Payment/IPaymentModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Entities/Concrete/Payment/IPaymentModel.cs -------------------------------------------------------------------------------- /Core/Entities/Concrete/User.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Entities/Concrete/User.cs -------------------------------------------------------------------------------- /Core/Entities/Concrete/UserOperationClaim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Entities/Concrete/UserOperationClaim.cs -------------------------------------------------------------------------------- /Core/Entities/IDto.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Entities/IDto.cs -------------------------------------------------------------------------------- /Core/Entities/IEntity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Entities/IEntity.cs -------------------------------------------------------------------------------- /Core/Extensions/ClaimExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Extensions/ClaimExtensions.cs -------------------------------------------------------------------------------- /Core/Extensions/ClaimsPrincipalExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Extensions/ClaimsPrincipalExtensions.cs -------------------------------------------------------------------------------- /Core/Extensions/ErrorDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Extensions/ErrorDetails.cs -------------------------------------------------------------------------------- /Core/Extensions/ExceptionMiddleware.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Extensions/ExceptionMiddleware.cs -------------------------------------------------------------------------------- /Core/Extensions/ExceptionMiddlewareExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Extensions/ExceptionMiddlewareExtensions.cs -------------------------------------------------------------------------------- /Core/Extensions/ServiceCollectionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Extensions/ServiceCollectionExtensions.cs -------------------------------------------------------------------------------- /Core/Utilities/Business/BusinessRules.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Business/BusinessRules.cs -------------------------------------------------------------------------------- /Core/Utilities/Interceptors/AspectInterceptorSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Interceptors/AspectInterceptorSelector.cs -------------------------------------------------------------------------------- /Core/Utilities/Interceptors/MethodInterception.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Interceptors/MethodInterception.cs -------------------------------------------------------------------------------- /Core/Utilities/Interceptors/MethodInterceptionBaseAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Interceptors/MethodInterceptionBaseAttribute.cs -------------------------------------------------------------------------------- /Core/Utilities/IoC/ICoreModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/IoC/ICoreModule.cs -------------------------------------------------------------------------------- /Core/Utilities/IoC/ServiceTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/IoC/ServiceTool.cs -------------------------------------------------------------------------------- /Core/Utilities/Messages/AspectMessages.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Messages/AspectMessages.cs -------------------------------------------------------------------------------- /Core/Utilities/Operations/FileOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Operations/FileOperation.cs -------------------------------------------------------------------------------- /Core/Utilities/Results/DataResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Results/DataResult.cs -------------------------------------------------------------------------------- /Core/Utilities/Results/ErrorDataResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Results/ErrorDataResult.cs -------------------------------------------------------------------------------- /Core/Utilities/Results/ErrorResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Results/ErrorResult.cs -------------------------------------------------------------------------------- /Core/Utilities/Results/IDataResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Results/IDataResult.cs -------------------------------------------------------------------------------- /Core/Utilities/Results/IResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Results/IResult.cs -------------------------------------------------------------------------------- /Core/Utilities/Results/Result.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Results/Result.cs -------------------------------------------------------------------------------- /Core/Utilities/Results/SuccessDataResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Results/SuccessDataResult.cs -------------------------------------------------------------------------------- /Core/Utilities/Results/SuccessResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Results/SuccessResult.cs -------------------------------------------------------------------------------- /Core/Utilities/Security/Encryption/SecurityKeyHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Security/Encryption/SecurityKeyHelper.cs -------------------------------------------------------------------------------- /Core/Utilities/Security/Encryption/SigningCredentialsHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Security/Encryption/SigningCredentialsHelper.cs -------------------------------------------------------------------------------- /Core/Utilities/Security/Hashing/HashingHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Security/Hashing/HashingHelper.cs -------------------------------------------------------------------------------- /Core/Utilities/Security/JWT/AccessToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Security/JWT/AccessToken.cs -------------------------------------------------------------------------------- /Core/Utilities/Security/JWT/ITokenHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Security/JWT/ITokenHelper.cs -------------------------------------------------------------------------------- /Core/Utilities/Security/JWT/JwtHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Security/JWT/JwtHelper.cs -------------------------------------------------------------------------------- /Core/Utilities/Security/JWT/TokenOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Core/Utilities/Security/JWT/TokenOptions.cs -------------------------------------------------------------------------------- /DataAccess/Abstract/IBrandDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Abstract/IBrandDal.cs -------------------------------------------------------------------------------- /DataAccess/Abstract/ICarDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Abstract/ICarDal.cs -------------------------------------------------------------------------------- /DataAccess/Abstract/ICarImageDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Abstract/ICarImageDal.cs -------------------------------------------------------------------------------- /DataAccess/Abstract/IColorDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Abstract/IColorDal.cs -------------------------------------------------------------------------------- /DataAccess/Abstract/ICustomerDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Abstract/ICustomerDal.cs -------------------------------------------------------------------------------- /DataAccess/Abstract/IRentalDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Abstract/IRentalDal.cs -------------------------------------------------------------------------------- /DataAccess/Abstract/IUserDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Abstract/IUserDal.cs -------------------------------------------------------------------------------- /DataAccess/Concrate/EntityFramework/EfBrandDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Concrate/EntityFramework/EfBrandDal.cs -------------------------------------------------------------------------------- /DataAccess/Concrate/EntityFramework/EfCarDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Concrate/EntityFramework/EfCarDal.cs -------------------------------------------------------------------------------- /DataAccess/Concrate/EntityFramework/EfCarImageDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Concrate/EntityFramework/EfCarImageDal.cs -------------------------------------------------------------------------------- /DataAccess/Concrate/EntityFramework/EfColorDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Concrate/EntityFramework/EfColorDal.cs -------------------------------------------------------------------------------- /DataAccess/Concrate/EntityFramework/EfCustomerDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Concrate/EntityFramework/EfCustomerDal.cs -------------------------------------------------------------------------------- /DataAccess/Concrate/EntityFramework/EfRentalDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Concrate/EntityFramework/EfRentalDal.cs -------------------------------------------------------------------------------- /DataAccess/Concrate/EntityFramework/EfUserDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Concrate/EntityFramework/EfUserDal.cs -------------------------------------------------------------------------------- /DataAccess/Concrate/EntityFramework/RentACarContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Concrate/EntityFramework/RentACarContext.cs -------------------------------------------------------------------------------- /DataAccess/Concrate/InMemory/InMemoryCarDal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/Concrate/InMemory/InMemoryCarDal.cs -------------------------------------------------------------------------------- /DataAccess/DataAccess.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/DataAccess/DataAccess.csproj -------------------------------------------------------------------------------- /Entities/Concrete/Brand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/Concrete/Brand.cs -------------------------------------------------------------------------------- /Entities/Concrete/Car.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/Concrete/Car.cs -------------------------------------------------------------------------------- /Entities/Concrete/CarImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/Concrete/CarImage.cs -------------------------------------------------------------------------------- /Entities/Concrete/CardInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/Concrete/CardInfo.cs -------------------------------------------------------------------------------- /Entities/Concrete/Color.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/Concrete/Color.cs -------------------------------------------------------------------------------- /Entities/Concrete/Customer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/Concrete/Customer.cs -------------------------------------------------------------------------------- /Entities/Concrete/Findeks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/Concrete/Findeks.cs -------------------------------------------------------------------------------- /Entities/Concrete/Rental.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/Concrete/Rental.cs -------------------------------------------------------------------------------- /Entities/Concrete/User2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/Concrete/User2.cs -------------------------------------------------------------------------------- /Entities/DTOs/CarDetailDto.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/DTOs/CarDetailDto.cs -------------------------------------------------------------------------------- /Entities/DTOs/CarImageDetailDto.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/DTOs/CarImageDetailDto.cs -------------------------------------------------------------------------------- /Entities/DTOs/CustomerDetailDto.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/DTOs/CustomerDetailDto.cs -------------------------------------------------------------------------------- /Entities/DTOs/RentalDetailDto.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/DTOs/RentalDetailDto.cs -------------------------------------------------------------------------------- /Entities/DTOs/RentalPaymentDto.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/DTOs/RentalPaymentDto.cs -------------------------------------------------------------------------------- /Entities/DTOs/UserForLoginDto.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/DTOs/UserForLoginDto.cs -------------------------------------------------------------------------------- /Entities/DTOs/UserForRegisterDto.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/DTOs/UserForRegisterDto.cs -------------------------------------------------------------------------------- /Entities/DTOs/UserForUpdateDto.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/DTOs/UserForUpdateDto.cs -------------------------------------------------------------------------------- /Entities/Entities.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/Entities/Entities.csproj -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/README.md -------------------------------------------------------------------------------- /ReCapProject.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/ReCapProject.sln -------------------------------------------------------------------------------- /WebAPI/Controllers/AuthController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/Controllers/AuthController.cs -------------------------------------------------------------------------------- /WebAPI/Controllers/BrandsController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/Controllers/BrandsController.cs -------------------------------------------------------------------------------- /WebAPI/Controllers/CarImagesController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/Controllers/CarImagesController.cs -------------------------------------------------------------------------------- /WebAPI/Controllers/CarsController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/Controllers/CarsController.cs -------------------------------------------------------------------------------- /WebAPI/Controllers/ColorsController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/Controllers/ColorsController.cs -------------------------------------------------------------------------------- /WebAPI/Controllers/CustomersController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/Controllers/CustomersController.cs -------------------------------------------------------------------------------- /WebAPI/Controllers/RentalsController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/Controllers/RentalsController.cs -------------------------------------------------------------------------------- /WebAPI/Controllers/UsersController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/Controllers/UsersController.cs -------------------------------------------------------------------------------- /WebAPI/Controllers/WeatherForecastController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/Controllers/WeatherForecastController.cs -------------------------------------------------------------------------------- /WebAPI/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/Program.cs -------------------------------------------------------------------------------- /WebAPI/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/Properties/launchSettings.json -------------------------------------------------------------------------------- /WebAPI/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/Startup.cs -------------------------------------------------------------------------------- /WebAPI/WeatherForecast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/WeatherForecast.cs -------------------------------------------------------------------------------- /WebAPI/WebAPI.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/WebAPI.csproj -------------------------------------------------------------------------------- /WebAPI/appsettings.Development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/appsettings.Development.json -------------------------------------------------------------------------------- /WebAPI/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/appsettings.json -------------------------------------------------------------------------------- /WebAPI/log4net.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/log4net.config -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/02597379-3b78-4887-af14-2fb9ebafd91a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/02597379-3b78-4887-af14-2fb9ebafd91a.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/149e9802-d9b8-46e3-bff5-38b22ee8f539.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/149e9802-d9b8-46e3-bff5-38b22ee8f539.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/164626d8-18fc-40d0-b048-16d4a33c178e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/164626d8-18fc-40d0-b048-16d4a33c178e.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/1950484a-3886-4296-af9a-045799839398.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/1950484a-3886-4296-af9a-045799839398.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/1f0c625e-1b35-40d2-8521-6c076adec5ea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/1f0c625e-1b35-40d2-8521-6c076adec5ea.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/25c8128d-e515-42c2-83d5-cc3797f12a92.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/25c8128d-e515-42c2-83d5-cc3797f12a92.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/2a3c31d0-06bd-40cf-9a84-c01618d1626b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/2a3c31d0-06bd-40cf-9a84-c01618d1626b.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/2d0f31aa-fe3d-4c4c-af6c-b58c2cdd107c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/2d0f31aa-fe3d-4c4c-af6c-b58c2cdd107c.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/2df18095-4a34-4ce4-a2d4-86790a75a234.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/2df18095-4a34-4ce4-a2d4-86790a75a234.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/4736093d-2e53-4c08-8b03-506f151bf528.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/4736093d-2e53-4c08-8b03-506f151bf528.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/47aa0e1c-3f8b-4c57-a4f9-440566becfb7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/47aa0e1c-3f8b-4c57-a4f9-440566becfb7.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/4aecfb75-50ef-4ab1-b031-298792fbe9f2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/4aecfb75-50ef-4ab1-b031-298792fbe9f2.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/57277708-91c4-45ba-b32d-1d869ae90ac7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/57277708-91c4-45ba-b32d-1d869ae90ac7.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/5b0f5cbb-fe2e-4640-9b1e-5a249fa183a1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/5b0f5cbb-fe2e-4640-9b1e-5a249fa183a1.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/5d34efa8-afd1-4c0a-856e-8882d7cee7da.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/5d34efa8-afd1-4c0a-856e-8882d7cee7da.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/67106cb2-18ec-4a6c-aa41-637793baa541.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/67106cb2-18ec-4a6c-aa41-637793baa541.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/716207b1-c7e8-4981-9cdf-ac54f06b1fb3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/716207b1-c7e8-4981-9cdf-ac54f06b1fb3.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/71d1a806-f674-46e8-a99a-e28bb67102fd.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/71d1a806-f674-46e8-a99a-e28bb67102fd.jpeg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/7bb9df9a-91a8-4c40-9770-242822abd251.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/7bb9df9a-91a8-4c40-9770-242822abd251.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/7ee3971e-d145-4658-a7b3-dc81e239e2f8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/7ee3971e-d145-4658-a7b3-dc81e239e2f8.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/88bae036-10d2-4f89-82e7-a799f5eade3e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/88bae036-10d2-4f89-82e7-a799f5eade3e.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/8a75b29f-4b65-42ef-ab4c-61dc7eb55d66.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/8a75b29f-4b65-42ef-ab4c-61dc7eb55d66.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/8ba2e167-f02f-4767-b6ce-ede7b6e55dcd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/8ba2e167-f02f-4767-b6ce-ede7b6e55dcd.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/8e78f9ce-22af-4138-aad9-add4a37d7949.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/8e78f9ce-22af-4138-aad9-add4a37d7949.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/95d37396-1f12-4ef5-a837-8555acc2af14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/95d37396-1f12-4ef5-a837-8555acc2af14.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/96299137-090f-46a7-b0dc-a5225d0219d5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/96299137-090f-46a7-b0dc-a5225d0219d5.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/9874f148-cf75-4143-b5f4-e95451f0925c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/9874f148-cf75-4143-b5f4-e95451f0925c.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/9f6d2b3c-2bce-4bf9-bb5e-f3c1e4136104.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/9f6d2b3c-2bce-4bf9-bb5e-f3c1e4136104.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/Thumbs.db -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/a720c046-08cc-4c16-a79e-483d0e71721b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/a720c046-08cc-4c16-a79e-483d0e71721b.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/a7878dc0-6823-483a-8ee0-462a25a468f0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/a7878dc0-6823-483a-8ee0-462a25a468f0.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/ac578594-9dff-482c-9d00-9b4c72d17c25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/ac578594-9dff-482c-9d00-9b4c72d17c25.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/adbf1f8c-dfdf-4f1e-9ef0-cc94cb049cd7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/adbf1f8c-dfdf-4f1e-9ef0-cc94cb049cd7.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/c84b833b-1c32-40b3-855a-cb45f357b50c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/c84b833b-1c32-40b3-855a-cb45f357b50c.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/ccd2d5fc-4354-4e37-90ff-38c1a3827b9d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/ccd2d5fc-4354-4e37-90ff-38c1a3827b9d.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/ce20ce68-6a78-4b19-a9d7-e4db742ab2eb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/ce20ce68-6a78-4b19-a9d7-e4db742ab2eb.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/d751a929-7fab-4bb6-9f6c-3ffff067f669.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/d751a929-7fab-4bb6-9f6c-3ffff067f669.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/dbc535e0-ffca-4bd1-a1d6-de02ae06e2c1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/dbc535e0-ffca-4bd1-a1d6-de02ae06e2c1.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/dd41e408-5cf7-41d9-a854-09851bbdc8e0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/dd41e408-5cf7-41d9-a854-09851bbdc8e0.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/e4c00183-bb7f-489a-a966-c8eb33b28925.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/e4c00183-bb7f-489a-a966-c8eb33b28925.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/e9209488-37fe-445c-8c97-2791cd0c61f8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/e9209488-37fe-445c-8c97-2791cd0c61f8.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/ed6422b2-18d5-4a57-8b7d-457d29e89535.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/ed6422b2-18d5-4a57-8b7d-457d29e89535.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/ed6a8dca-b035-4e92-ac2b-16ef9868649c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/ed6a8dca-b035-4e92-ac2b-16ef9868649c.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/f33641fd-eba9-473a-826e-06fc298e53e4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/f33641fd-eba9-473a-826e-06fc298e53e4.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/fbb1a064-7f28-47a5-a7e6-a6cef3967027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/fbb1a064-7f28-47a5-a7e6-a6cef3967027.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/fda062b9-71ac-4c43-8bf8-2133d05e35c0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/fda062b9-71ac-4c43-8bf8-2133d05e35c0.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/ff42e01f-23b6-4e42-bc9a-636f6a94ef6d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/ff42e01f-23b6-4e42-bc9a-636f6a94ef6d.jpg -------------------------------------------------------------------------------- /WebAPI/wwwroot/Images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tunazkn/ReCapRentACarProject-Backend/HEAD/WebAPI/wwwroot/Images/logo.jpg --------------------------------------------------------------------------------