()
| 333 | } |
| 334 | |
| 335 | func (locator RepositoryLocator) GetClientRepository() ClientRepository { |
| 336 | return locator.clientRepo |
| 337 | } |
| 338 | |
| 339 | func (locator RepositoryLocator) SetClientRepository(repo ClientRepository) RepositoryLocator { |
| 340 | locator.clientRepo = repo |
no outgoing calls
no test coverage detected