I have implemented in the Add() method of my generic EF repository a check whether the row I'm going to insert already exists in the table, if it does, update it with the currently available info.I have implemented in the Add() method of my ge
I have implemented in the Add() method of my generic EF repository a check whether the row I'm going to insert already exists in the table, if it does, update it with the currently available info.I have implemented in the Add() method of my ge