Mathew Glodack

Results 1 issues of Mathew Glodack

I feel like I'm doing this wrong, but for some reason I can't seem to `SaveChanges` properly. ``` cs using (var dbContextScope = _dbContextScopeFactory.Create()) { var context = dbContextScope.DbContexts.Get(); var...