C# Class CodeCamper.Web.Controllers.ApiPersonController

Inheritance: ApiControllerBase
Afficher le fichier Open project: KHProjects/KH-Parker-Fox

Méthodes publiques

Méthode Description
ApiPersonController ( ICodeCamperUow uow ) : System
Delete ( int id ) : void
Get ( ) : IEnumerable
Get ( int id ) : string
Post ( RegisterViewModel registerViewModel ) : void
Put ( int id, [ value ) : void

Method Details

ApiPersonController() public méthode

public ApiPersonController ( ICodeCamperUow uow ) : System
uow ICodeCamperUow
Résultat System

Delete() public méthode

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

Get() public méthode

public Get ( ) : IEnumerable
Résultat IEnumerable

Get() public méthode

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

Post() public méthode

public Post ( RegisterViewModel registerViewModel ) : void
registerViewModel RegisterViewModel
Résultat void

Put() public méthode

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