ReCapProject
N-Layer Architecture Car Rental project with NetCore.
파일 탐색기
최종 버전 다운로드 (.zip)- IAuthService.cs
- IBrandService.cs
- ICarImageService.cs
- ICarService.cs
- IColorService.cs
- ICreditCardService.cs
- ICustomerService.cs
- IFindeksService.cs
- IOperationClaimService.cs
- IPaymentService.cs
- IRentalService.cs
- IUserOperationClaimService.cs
- IUserService.cs
- SecuredOperation.cs
- AuthManager.cs
- BrandManager.cs
- CarImageManager.cs
- CarManager.cs
- ColorManager.cs
- CreditCardManager.cs
- CustomerManager.cs
- FakeFindeksManager.cs
- FakePaymentManager.cs
- OperationClaimManager.cs
- RentalManager.cs
- UserManager.cs
- UserOperationClaimManager.cs
- Messages.cs
- AutofacBusinessModule.cs
- CarValidator.cs
- RentalValidator.cs
- Business.csproj
- ConsoleUI.csproj
- Program.cs
- CacheAspect.cs
- CacheRemoveAspect.cs
- PerformanceAspect.cs
- TransactionScopeAspect.cs
- ValidationAspect.cs
- MemoryCacheManager.cs
- ICacheManager.cs
- ValidationTool.cs
- EfEntityRepositoryBase.cs
- IEntityRepository.cs
- CoreModule.cs
- OperationClaim.cs
- User.cs
- UserOperationClaim.cs
- IDto.cs
- IEntity.cs
- ClaimExtensions.cs
- ClaimsPrincipalExtensions.cs
- ErrorDetails.cs
- ExceptionMiddleware.cs
- ExceptionMiddlewareExtensions.cs
- ServiceCollectionExtensions.cs
- BusinessRules.cs
- FileManagerOnDisk.cs
- IFileSystem.cs
- AspectInterceptorSelector.cs
- MethodInterception.cs
- MethodInterceptionBaseAttribute.cs
- ICoreModule.cs
- ServiceTool.cs
- DataResult.cs
- ErrorDataResult.cs
- ErrorResult.cs
- IDataResult.cs
- IResult.cs
- Result.cs
- SuccessDataResult.cs
- SuccessResult.cs
- SecurityKeyHelper.cs
- SigningCredentialsHelper.cs
- HashingHelper.cs
- AccessToken.cs
- ITokenHelper.cs
- JwtHelper.cs
- TokenOptions.cs
- Core.csproj
- IBrandDal.cs
- ICarDal.cs
- ICarImageDal.cs
- IColorDal.cs
- ICreditCardDal.cs
- ICustomerDal.cs
- IFindeksDal.cs
- IOperationClaimDal.cs
- IRentalDal.cs
- IUserDal.cs
- IUserOperationClaimDal.cs
- EfBrandDal.cs
- EfCarDal.cs
- EfCarImageDal.cs
- EfColorDal.cs
- EfCreditCardDal.cs
- EfCustomerDal.cs
- EfFindeksDal.cs
- EfOperationClaimDal.cs
- EfRentaldal.cs
- EfUserDal.cs
- EfUserOperationClaimDal.cs
- ReCapProjectContext.cs
- DataAccess.csproj
- Brand.cs
- Car.cs
- CarImage.cs
- Color.cs
- CreditCard.cs
- Customer.cs
- Findeks.cs
- Rental.cs
- CarDetailDto.cs
- UserDetailDto.cs
- UserDetailForUpdateDto.cs
- UserForLoginDto.cs
- UserForRegisterDto.cs
- Entities.csproj
- AuthController.cs
- BrandsController.cs
- CarImagesController.cs
- CarsController.cs
- ColorsController.cs
- CreditCardsController.cs
- CustomersController.cs
- FindeksController.cs
- PaymentController.cs
- RentalsController.cs
- UsersController.cs
- launchSettings.json
- default-img.png
- appsettings.Development.json
- appsettings.json
- Program.cs
- Startup.cs
- WebAPI.csproj
- .gitattributes
- .gitignore
- LICENSE
- README.md
- ReCapProject.sln
- ReCapProjectDB.sql
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ahmet-cetinkaya/ReCapProject
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ReCapProject
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
