Im currently trying to learn MVVM for WPF programs and im confused as to where my IRepository interface and implementations of it should go? Should they be included in my Models class library project? or should i create a new class library called Data and place them in there? thanks
↧