Dreamine.Interfaces Ver.1.0.3
Loading...
Searching...
No Matches
IViewModelResolver.cs
Go to the documentation of this file.
1
3{
10 public interface IViewModelResolver
11 {
17 object? Resolve(Type viewModelType);
18 }
19}
πŸ“Œ ViewModel 생성 μ „λž΅μ„ μœ„ν•œ DI 좔상 μΈν„°νŽ˜μ΄μŠ€μž…λ‹ˆλ‹€.
object? Resolve(Type viewModelType)
μ§€μ •λœ ViewModel νƒ€μž…μ„ μƒμ„±ν•˜μ—¬ λ°˜ν™˜ν•©λ‹ˆλ‹€.