C# Class FrannHammer.Api.Controllers.ThrowsController

Inheritance: BaseApiController
Datei anzeigen Open project: Frannsoft/FrannHammer Class Usage Examples

Public Methods

Method Description
ThrowsController ( IMetadataService metadataService ) : System.Net

Create a new ThrowsController to interact with the server.

Private Methods

Method Description
DeleteThrow ( int id ) : IHttpActionResult
GetThrow ( int id, [ fields = "" ) : IHttpActionResult
GetThrows ( [ fields = "" ) : IHttpActionResult
PostThrow ( ThrowDto dto ) : IHttpActionResult
PutThrow ( int id, ThrowDto dto ) : IHttpActionResult

Method Details

ThrowsController() public method

Create a new ThrowsController to interact with the server.
public ThrowsController ( IMetadataService metadataService ) : System.Net
metadataService IMetadataService
return System.Net