C# Class Blog.Web.Api.Controllers.TagsController

Inheritance: ApiController
Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method Description
TagsController ( ITagsResource tag, IErrorSignaler errorSignaler ) : System

Private Methods

Method Description
Get ( string tagName ) : IHttpActionResult

Method Details

TagsController() public method

public TagsController ( ITagsResource tag, IErrorSignaler errorSignaler ) : System
tag ITagsResource
errorSignaler IErrorSignaler
return System