C# Class DogTrainingWeb.Controllers.DogBarkApiController

Inheritance: ApiController
Datei anzeigen Open project: devopsguys/DogTrainingCloudService

Public Methods

Method Description
Post ( [ value ) : void

Post new bark.

Private Methods

Method Description
GetAll ( ) : IEnumerable
GetLatest ( ) : DogBarkModel

Method Details

Post() public method

Post new bark.
public Post ( [ value ) : void
value [
return void