Skip to content

Commit

Permalink
[CHORE] #32 : Singleton Hilt scoped 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Oct 21, 2023
1 parent 82e04e6 commit 0246ed1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ package com.wap.wapp.core.domain.usecase.manage
import com.wap.wapp.core.data.repository.manage.ManageRepository
import com.wap.wapp.core.data.repository.user.UserRepository
import javax.inject.Inject
import javax.inject.Singleton

@Singleton
class CheckManagerStatusUseCase @Inject constructor(
private val manageRepository: ManageRepository,
private val userRepository: UserRepository,
Expand Down

0 comments on commit 0246ed1

Please sign in to comment.