(repo DomainRepository)
| 249 | } |
| 250 | |
| 251 | func (locator RepositoryLocator) SetDomainRepository(repo DomainRepository) RepositoryLocator { |
| 252 | locator.domainRepo = repo |
| 253 | return locator |
| 254 | } |
| 255 | |
| 256 | func (locator RepositoryLocator) GetDomainRepository() DomainRepository { |
| 257 | return locator.domainRepo |
no outgoing calls
no test coverage detected