Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
C# (CSharp) IDonationService.MakeDonation 예제들
프로그래밍 언어:
C# (CSharp)
클래스/타입:
IDonationService
메소드/함수:
MakeDonation
hotexamples.com에서의 예제들:
1
C# (CSharp) IDonationService.MakeDonation - 1개의 예제가 발견되었습니다
. 이것들은 오픈소스 프로젝트에서 추출된 C# (CSharp)의
IDonationService.MakeDonation
에 대한 실세계 최고 등급의 예제들입니다. 예제들을 평가하여 예제의 품질 향상에 도움을 줄 수 있습니다.
자주 사용되는 메소드들
보기
숨기기
GetAll(8)
GetById(6)
Create(5)
Delete(3)
AddDonation(3)
GetAllDonationsByMemberId(3)
CreateDonation(3)
Add(2)
GetDonationByTransactionCode(2)
GetAllDonationsByProjectId(2)
Donate(2)
GetOrCreatePlan(2)
GetDonation(2)
CalculateGiftAidAmount(2)
GetTotalNumberOfBags(1)
ListDonationsByLanguageAndNameAsync(1)
GetDonationByProcessorPaymentId(1)
GetDonationYearsForAuthenticatedUser(1)
OpenDonationPage(1)
MakeDonationAsync(1)
GetDonations(1)
MakeDonation(1)
LogPaymentEvent(1)
GetDonationsAsync(1)
GetDonationsBySponsorId(1)
GetDonationsForAuthenticatedUser(1)
GetTotalDonationsAmount(1)
GetEditModels(1)
GetInstitutionCount(1)
GetInstitutionList(1)
GetLiqPayCheckoutModel(1)
GetList(1)
GetDonationById(1)
IsValidDonation(1)
HandleChargeable(1)
GiveItems(1)
GetSupportedOrganization(1)
GetMany(1)
GetDepositById(1)
GetDonationBatch(1)
DeleteDonationById(1)
Commit(1)
CountInstitution(1)
CountOfCompletedBags(1)
CountOfSupportedOrganizations(1)
CreateAsync(1)
CreateDeposit(1)
CreateDonationBatch(1)
CreateDonationForBankAccountErrorRefund(1)
CreateDonationForInvoice(1)
자주 사용되는 메소드들
GetAll (8)
GetById (6)
Create (5)
Delete (3)
AddDonation (3)
GetAllDonationsByMemberId (3)
CreateDonation (3)
Add (2)
GetDonationByTransactionCode (2)
GetAllDonationsByProjectId (2)
자주 사용되는 메소드들
Donate (2)
GetOrCreatePlan (2)
GetDonation (2)
CalculateGiftAidAmount (2)
GetTotalNumberOfBags (1)
ListDonationsByLanguageAndNameAsync (1)
GetDonationByProcessorPaymentId (1)
GetDonationYearsForAuthenticatedUser (1)
OpenDonationPage (1)
MakeDonationAsync (1)
GetDonations (1)
MakeDonation (1)
LogPaymentEvent (1)
GetDonationsAsync (1)
GetDonationsBySponsorId (1)
GetDonationsForAuthenticatedUser (1)
GetTotalDonationsAmount (1)
GetEditModels (1)
GetInstitutionCount (1)
GetInstitutionList (1)
자주 사용되는 메소드들
GetDonations (1)
MakeDonation (1)
LogPaymentEvent (1)
GetDonationsAsync (1)
GetDonationsBySponsorId (1)
GetDonationsForAuthenticatedUser (1)
GetTotalDonationsAmount (1)
GetEditModels (1)
GetInstitutionCount (1)
GetInstitutionList (1)
GetLiqPayCheckoutModel (1)
GetList (1)
GetDonationById (1)
IsValidDonation (1)
HandleChargeable (1)
GiveItems (1)
GetSupportedOrganization (1)
GetMany (1)
GetDepositById (1)
GetDonationBatch (1)
DeleteDonationById (1)
Commit (1)
CountInstitution (1)
CountOfCompletedBags (1)
CountOfSupportedOrganizations (1)
CreateAsync (1)
CreateDeposit (1)
CreateDonationBatch (1)
CreateDonationForBankAccountErrorRefund (1)
CreateDonationForInvoice (1)
자주 사용되는 메소드들
GetLiqPayCheckoutModel (1)
GetList (1)
GetDonationById (1)
IsValidDonation (1)
HandleChargeable (1)
GiveItems (1)
GetSupportedOrganization (1)
GetMany (1)
GetDepositById (1)
GetDonationBatch (1)
DeleteDonationById (1)
Commit (1)
CountInstitution (1)
CountOfCompletedBags (1)
CountOfSupportedOrganizations (1)
CreateAsync (1)
CreateDeposit (1)
CreateDonationBatch (1)
CreateDonationForBankAccountErrorRefund (1)
CreateDonationForInvoice (1)
CreateGPExport (1)
CreatePaymentProcessorEventError (1)
DonatedInstitionsCount (1)
GetDogs (1)
DonationCategory (1)
DonationCount (1)
Edit (1)
FindAll (1)
GPExportFileName (1)
GenerateGPExportFileNames (1)
GetAllAsync (1)
GetAllDonations (1)
GetBagsQuantity (1)
GetDepositByProcessorTransferId (1)
GetDog (1)
Prepare (1)
예제 #1
0
파일 보기
public void Post([FromBody] DonationDTO newDonate) { donationService.MakeDonation(newDonate); }
x