Skip to content

Commit dc34fc8

Browse files
committed
🧩 :: DI
1 parent 44fb214 commit dc34fc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Projects/Presentation/Sources/DI/PresentationAssembly.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ public final class PresentationAssembly: Assembly {
1414
HomeViewModel(
1515
fetchStudentInfoUseCase: resolver.resolve(FetchStudentInfoUseCase.self)!,
1616
fetchApplicationUseCase: resolver.resolve(FetchApplicationUseCase.self)!,
17-
fetchBannerListUseCase: resolver.resolve(FetchBannerListUseCase.self)!
17+
fetchBannerListUseCase: resolver.resolve(FetchBannerListUseCase.self)!,
18+
fetchTotalPassStudentUseCase: resolver.resolve(FetchTotalPassStudentUseCase.self)!
1819
)
1920
}
2021

0 commit comments

Comments
 (0)