ASP.Net MVC 3 中具有多个存储库的控制器

发布于 2024-10-10 15:37:42 字数 177 浏览 2 评论 0原文

我有一个控制器,它控制一个标准搜索页面的视图。该视图的顶部有一个搜索条件部分,底部有一个网格部分,用于显示搜索结果。 我的控制器中有两个存储库,一个用于存储常见内容,例如与条件部分关联的组合框值。另一个存储库用于存储网格数据。 我使用两个存储库创建一个视图模型,并将其传递到我的视图(作为我的模型),这使得我的模型非常巨大。有更好的方法吗?

I have a controller which controls a view which is a criteria search page. The view has a search criteria section at the top and a grid section at the bottom which will display the results from the search.
I have two repositories in my controller, one for Common stuff like combobox values which is associated with Criteria section. The other repository is for the grid data.
I create a viewmodel with both repositories and pass it to my view (as my model) which makes my Model really huge. Is there any better way of doing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文