Class WithdrawalRepository

Class WithdrawalRepository

WithdrawalRepository implements WithdrawalRepositoryInterface

Methods summary

public __construct( WithdrawalWriterInterface $writer, WithdrawalDeleterInterface $deleter )

WithdrawalRepository constructor.

public store( WithdrawalInterface $withdrawal ) :

Saves withdrawal entity in database.

public delete( WithdrawalInterface $withdrawal ) :

Deletes withdrawal entity from database