Problem updating through LINQtoSQL in MVC application using StructureMap, Repository Pattern and UoW
- by matt
I have an ASP MVC application using LINQ to SQL for data access.
I am trying to use the Repository and Unit of Work patterns, with a service layer consuming the repositories and unit of work.
I am experiencing a problem when attempting to perform updates on a particular repository.
My application architecture is as follows:
My service class:
…