如何通过 StructureMap 获取 HttpContextScoped 的 NHibernate ISession
我对 MVC 框架有点陌生,根据以下帖子: NHibernate with StructureMap 我不确定如何在我的控制器中实际获取 HttpContextScoped ISession?
我确信有一个简单的方法可以做到这一点,但我不确定。
另外,这是一个小项目,我不想过度使用企业设计模式。
谢谢!
I'm somewhat new to the MVC framework and in accordance with the following post:
NHibernate with StructureMap I am not sure how to actually get the HttpContextScoped ISession in my controller?
I'm sure there is a simple way to do this but I am unsure.
Also, it's a small project and I don't want to go overboard with Enterprise Design Patterns.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试在控制器的操作方法中写入这一行?
did you try writting this line in your action method of your controller ?