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

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

Public Methods

Method Description
HobbiesController ( IHobbyResource hobby, IErrorSignaler errorSignaler ) : System

Private Methods

Method Description
Delete ( int hobbyId ) : IHttpActionResult
GetByUser ( int userId ) : IHttpActionResult
Post ( [ hobby ) : IHttpActionResult
Put ( [ hobby ) : IHttpActionResult

Method Details

HobbiesController() public method

public HobbiesController ( IHobbyResource hobby, IErrorSignaler errorSignaler ) : System
hobby IHobbyResource
errorSignaler IErrorSignaler
return System