Skip to content

Instantly share code, notes, and snippets.

@Aldikitta
Created June 14, 2023 09:35
Show Gist options
  • Save Aldikitta/64c8f1ab7ea3558bc13caa59a8d88809 to your computer and use it in GitHub Desktop.
Save Aldikitta/64c8f1ab7ea3558bc13caa59a8d88809 to your computer and use it in GitHub Desktop.
override suspend fun getDetailAgentVisitWithFullResponse(id: Int): SallyResponseResource<BaseResponse<GetAgentDetailResponse>> {
return agentVisitDataSource.getDetailAgentVisitFullResponse(
token = "",
id = id
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment