 | IApproachChargeEntityDistributeOnDocumentsSelected Method |
Distribute on documents selected
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.ApproachCharge
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntaxvoid DistributeOnDocumentsSelected(
IEnumerable<IApproachChargeDocumentEntity> documentsOnToDistribute
)
Sub DistributeOnDocumentsSelected (
documentsOnToDistribute As IEnumerable(Of IApproachChargeDocumentEntity)
)
Parameters
- documentsOnToDistribute
- Type: System.Collections.GenericIEnumerableIApproachChargeDocumentEntity
Documents selected
See Also