MVVM – DBContext And ViewModel
Hello I’m new to WPF and MVVM I’m trying to find the best way to separate the ViewModel from the DBContext
I’m using EF6 code first
I have Tables and I want To add To this Tables a value from my ViewModel (Most of the time I’m working with more than one table in my ViewModel)