Метод | Описание | |
---|---|---|
AddTransaction ( Models item ) : bool | ||
DeleteById ( System.Guid id ) : bool | ||
DeleteTransaction ( Models item ) : bool | ||
Dispose ( ) : void | ||
FindBy ( bool>.Expression |
||
FindById ( System.Guid id ) : Models.Transaction | ||
GetAllTransaction ( ) : List |
||
PostDeliveryReconcileReceipt ( int deliveryReconcileID ) : bool | ||
PostDistribution ( int distributionId ) : bool | ||
PostDonationPlan ( |
||
PostGiftCertificate ( int giftCertificateId ) : bool | ||
PostHRDPlan ( |
||
PostLoan ( |
||
PostLocalPurchase ( List |
||
PostPSNPPlan ( |
||
PostRequestAllocation ( int requestId ) : bool | ||
PostSIAllocation ( int requisitionID ) : bool | ||
PostSIAllocationUncommit ( int requisitionID ) : bool | ||
PostTransaction ( IEnumerable |
||
ReceiptAllocationFindBy ( bool>.Expression |
||
TransactionService ( Cats unitOfWork ) : System | ||
UpdateTransaction ( Models item ) : bool |
public AddTransaction ( Models item ) : bool | ||
item | Models | |
Результат | bool |
public DeleteById ( System.Guid id ) : bool | ||
id | System.Guid | |
Результат | bool |
public DeleteTransaction ( Models item ) : bool | ||
item | Models | |
Результат | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
Результат | List |
public FindById ( System.Guid id ) : Models.Transaction | ||
id | System.Guid | |
Результат | Models.Transaction |
public PostDeliveryReconcileReceipt ( int deliveryReconcileID ) : bool | ||
deliveryReconcileID | int | |
Результат | bool |
public PostDistribution ( int distributionId ) : bool | ||
distributionId | int | |
Результат | bool |
public PostDonationPlan ( |
||
donationPlanHeader | ||
Результат | bool |
public PostGiftCertificate ( int giftCertificateId ) : bool | ||
giftCertificateId | int | |
Результат | bool |
public PostHRDPlan ( |
||
hrd | ||
ration | ||
Результат | List |
public PostLoan ( |
||
loanReciptPlan | ||
Результат | bool |
public PostLocalPurchase ( List |
||
localPurchaseDetail | List |
|
Результат | bool |
public PostPSNPPlan ( |
||
plan | ||
ration | ||
Результат | List |
public PostRequestAllocation ( int requestId ) : bool | ||
requestId | int | |
Результат | bool |
public PostSIAllocation ( int requisitionID ) : bool | ||
requisitionID | int | |
Результат | bool |
public PostSIAllocationUncommit ( int requisitionID ) : bool | ||
requisitionID | int | |
Результат | bool |
public PostTransaction ( IEnumerable |
||
entries | IEnumerable |
|
Результат | IEnumerable |
public ReceiptAllocationFindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
Результат | List |
public TransactionService ( Cats unitOfWork ) : System | ||
unitOfWork | Cats | |
Результат | System |
public UpdateTransaction ( Models item ) : bool | ||
item | Models | |
Результат | bool |