C# Class FrannHammer.Api.Controllers.NotationsController

Inheritance: BaseApiController
Show file Open project: Frannsoft/FrannHammer Class Usage Examples

Public Methods

Method Description
NotationsController ( IMetadataService metadataService ) : System.Net

Create a new NotationsController to interact with the server.

Private Methods

Method Description
DeleteNotation ( int id ) : IHttpActionResult
GetNotation ( int id, [ fields = "" ) : IHttpActionResult
GetNotations ( [ fields = "" ) : IHttpActionResult
PostNotation ( NotationDto dto ) : IHttpActionResult
PutNotation ( int id, NotationDto dto ) : IHttpActionResult

Method Details

NotationsController() public method

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