C# Class Hypermedia.Sample.WebApi.Controllers.GetPostByIdController

Inheritance: ApiController
Datei anzeigen Open project: cosullivan/Hypermedia

Public Methods

Method Description
GetPostByIdController ( IDatabase database ) : System.Collections.Generic

Constructor.

Private Methods

Method Description
Execute ( int id, IRequestMetadata metadata = null ) : IHttpActionResult

Method Details

GetPostByIdController() public method

Constructor.
public GetPostByIdController ( IDatabase database ) : System.Collections.Generic
database IDatabase The databsae instance.
return System.Collections.Generic