Wpf and mvvm. Insert data in database using LinqToSql
hi guys. I work wpf application by using mvvm pattern. I have model with class which implement INotifyPropertyChanged. How to insert some data in database using LinqToSql? I also added LinqToSql class in my model.I watched for Repository pattern and Unit of Work, but I need help