WPF, MVVM, UnitOfWork
I’m building a WPF application using MVVM, but I ran into a problem during development. How do I make the ViewModel class and the xaml file work together, i.e. pass the class as a DataContext if the ViewModel class takes an IUnitOfWork parameter?