Method | Description | |
---|---|---|
ThrowsController ( IMetadataService metadataService ) : System.Net |
Create a new ThrowsController to interact with the server.
|
Method | Description | |
---|---|---|
DeleteThrow ( int id ) : IHttpActionResult | ||
GetThrow ( int id, [ fields = "" ) : IHttpActionResult | ||
GetThrows ( [ fields = "" ) : IHttpActionResult | ||
PostThrow ( ThrowDto dto ) : IHttpActionResult | ||
PutThrow ( int id, ThrowDto dto ) : IHttpActionResult |
public ThrowsController ( IMetadataService metadataService ) : System.Net | ||
metadataService | IMetadataService | |
return | System.Net |