What is the correct way to configure DbContext injection with Autofac? With StructureMap I had the following: For<IDbContext>().Use(x => ...
確定! 回上一頁