Created
June 14, 2023 09:37
-
-
Save Aldikitta/f45c22854c5c388df6f3e48f17d9cc84 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
override suspend fun getDetailAgentVisitWithFullResponse(id: Int): SallyResponseResource<BaseResponse<GetAgentDetailResponse>> { | |
return iAgentVisitRepository.getDetailAgentVisitWithFullResponse(id) | |
} | |
override fun getDetailAgentVisitFullResponseFlow(id: Int): Flow<SallyResponseResource<BaseResponse<GetAgentDetailResponse>>> { | |
return iAgentVisitRepository.getDetailAgentVisitFullResponseFlow(id) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment