C# Class DogTrainingWeb.Controllers.DogBarkApiController

Inheritance: ApiController
Afficher le fichier Open project: devopsguys/DogTrainingCloudService

Méthodes publiques

Méthode Description
Post ( [ value ) : void

Post new bark.

Private Methods

Méthode Description
GetAll ( ) : IEnumerable
GetLatest ( ) : DogBarkModel

Method Details

Post() public méthode

Post new bark.
public Post ( [ value ) : void
value [
Résultat void