MyStory.Controllers.PostController.PostController C# (CSharp) 메소드

PostController() 공개 메소드

public PostController ( ITagService tagService ) : System
tagService ITagService
리턴 System
        public PostController(ITagService tagService)
        {
            _tagService = tagService;
        }

Same methods

PostController::PostController ( ) : System