BlogSharp.Web.Controllers.PostController.PostController C# (CSharp) Method

PostController() public method

public PostController ( IPostService postService ) : System
postService IPostService
return System
        public PostController(IPostService postService)
        {
            this.postService = postService;
        }