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

Inheritance: ApiController
Afficher le fichier Open project: cosullivan/Hypermedia

Méthodes publiques

Méthode Description
GetPostByIdController ( IDatabase database ) : System.Collections.Generic

Constructor.

Private Methods

Méthode Description
Execute ( int id, IRequestMetadata metadata = null ) : IHttpActionResult

Method Details

GetPostByIdController() public méthode

Constructor.
public GetPostByIdController ( IDatabase database ) : System.Collections.Generic
database IDatabase The databsae instance.
Résultat System.Collections.Generic