文件名称:PaymentGateway
文件大小:24KB
文件格式:ZIP
更新时间:2024-04-14 20:48:55
C#
PaymentGateway
【文件预览】:
PaymentGateway-master
----Models()
--------Payment()
--------Billing()
----PaymentGateway.csproj(939B)
----Services()
--------FakeBankService.cs(2KB)
--------FakeBankValidatorService.cs(962B)
--------FakeBankMerchantService.cs(396B)
--------FakeBankClientService.cs(624B)
--------PaymentsService.cs(760B)
--------Interfaces()
----infrastructure()
--------PaymentsServices.cs(2KB)
--------DatabaseServices.cs(661B)
----Mappings()
--------PaymentProfile.cs(359B)
----Program.cs(787B)
----Controllers()
--------PaymentsController.cs(1KB)
----Startup.cs(2KB)
----Responses()
--------PaymentResponse.cs(320B)
----Configuration()
--------PaymentsDatabaseConfig.cs(286B)
--------BankConfig.cs(128B)
--------Interfaces()
----Exceptions()
--------PaymentValidatorsNotImplementedException.cs(299B)
----PaymentGateway.sln(1KB)
----appsettings.Development.json(159B)
----Repositories()
--------FakeBankClientRepository.cs(381B)
--------Interfaces()
----Validators()
--------ValidationError.cs(328B)
--------Interfaces()
--------CardNumberPrefixValidator.cs(2KB)
----Dtos()
--------MakePaymentCommandDto.cs(329B)
----.gitignore(7KB)
----appsettings.json(388B)
----Commands()
--------MakePaymentCommand.cs(405B)
----Handlers()
--------MakePaymentHandler.cs(1KB)
----Properties()
--------launchSettings.json(813B)