Aiwins.Blogging.Areas.Blog.Controllers.PostsController.PostsController C# (CSharp) Method

PostsController() public method

public PostsController ( IPostAppService postAppService ) : System
postAppService IPostAppService
return System
        public PostsController(IPostAppService postAppService)
        {
            _postAppService = postAppService;
        }