首页 新闻 会员 周边

关于Oxite源码的理解问题

0
悬赏园豆:50 [已关闭问题]

namespace Oxite.Mvc.Controllers
{
    public class TagController : Controller
    {
        private readonly ITagService tagService;

        public TagController(ITagService tagService)
        {
            this.tagService = tagService;
        }
请问下这个tagService要从哪边创建并传入。
还有这个项目我不知道他创建对象到底在哪里创建,

希望有人能帮我解答或是给点相关资料。

Timothy的主页 Timothy | 初学一级 | 园豆:157
提问于:2010-04-22 19:45
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册