-
Notifications
You must be signed in to change notification settings - Fork 40
SqlServer
jgauffin edited this page Nov 29, 2012
·
4 revisions
Install-Package griffin.mvccontrib.sqlserver
Make sure that it uses the same connection for an entire HttpRequest.
Sample implementation: ILocalizationDbContext
Register the following classes in your container:
container.AddType<ILocalizedTypesRepository, SqlLocalizedTypesRepository>();
container.AddType<IViewLocalizationRepository, SqlLocalizedViewsRepository>();
container.AddType<ILocalizedStringProvider, LocalizedStringProvider>();