Create deposits, transfers and withdrawals. Also tests!

This commit is contained in:
James Cole
2014-07-15 20:58:35 +02:00
parent 1f4436cb75
commit 9687b5fb33
8 changed files with 701 additions and 5 deletions

View File

@@ -17,6 +17,8 @@ interface AccountRepositoryInterface
public function findByName($name);
public function getCashAccount();
public function getByIds($ids);
public function getDefault();