class DepositRepository def find raise NotImplementedError end def update(deposit) raise NotImplementedError end end