C# Class CodeCamper.Web.Controllers.BookingsController

Inheritance: ApiController
Afficher le fichier Open project: cmcginn/CodeCamper

Méthodes publiques

Méthode Description
Delete ( int id ) : void
Get ( ) : List
Get ( int id ) : string
Post ( [ value ) : void
Put ( int id, [ value ) : void

Private Methods

Méthode Description
GetMockBookings ( ) : List

Method Details

Delete() public méthode

public Delete ( int id ) : void
id int
Résultat void

Get() public méthode

public Get ( ) : List
Résultat List

Get() public méthode

public Get ( int id ) : string
id int
Résultat string

Post() public méthode

public Post ( [ value ) : void
value [
Résultat void

Put() public méthode

public Put ( int id, [ value ) : void
id int
value [
Résultat void