Class WithdrawalReadService

Class WithdrawalReadService

WithdrawalReadService implements WithdrawalReadServiceInterface

Methods summary

public __construct( WithdrawalAccessRepositoryInterface $repository )

WithdrawalReadService constructor.

public getAll( void ) : WithdrawalCollection

Returns withdrawal entities as collection.

public getById( IdType $withdrawalId ) : Withdrawal

Returns withdrawal entity by given id.