Méthode | Description | |
---|---|---|
ThrowTypesController ( IMetadataService metadataService ) : System.Net |
Create a new ThrowTypesController to interact with the server.
|
Méthode | Description | |
---|---|---|
DeleteThrowType ( int id ) : IHttpActionResult | ||
GetThrowType ( int id, [ fields = "" ) : IHttpActionResult | ||
GetThrowTypes ( [ fields = "" ) : IHttpActionResult | ||
PostThrowType ( ThrowTypeDto dto ) : IHttpActionResult | ||
PutThrowType ( int id, ThrowTypeDto dto ) : IHttpActionResult |
public ThrowTypesController ( IMetadataService metadataService ) : System.Net | ||
metadataService | IMetadataService | |
Résultat | System.Net |