sharparchitecture / Sharp-Architecture

S#arp Architecture: ASP.NET MVC Best Practices with NHibernate
http://sharparchitecture.github.io/
Other
593 stars 153 forks source link

Microsoft.DependencyInjection registration helpers #213

Closed cd21h closed 4 years ago

cd21h commented 4 years ago

Extension methods for IServiceCollection to register SharpArch dependencies

cd21h commented 4 years ago

MVC helper will be created later. Now it is only one line

options.Filters.Add(new AutoTransactionHandler());