Méthode | Description | |
---|---|---|
NotationsController ( IMetadataService metadataService ) : System.Net |
Create a new NotationsController to interact with the server.
|
Méthode | Description | |
---|---|---|
DeleteNotation ( int id ) : IHttpActionResult | ||
GetNotation ( int id, [ fields = "" ) : IHttpActionResult | ||
GetNotations ( [ fields = "" ) : IHttpActionResult | ||
PostNotation ( NotationDto dto ) : IHttpActionResult | ||
PutNotation ( int id, NotationDto dto ) : IHttpActionResult |
public NotationsController ( IMetadataService metadataService ) : System.Net | ||
metadataService | IMetadataService | |
Résultat | System.Net |