C# Class CodeCamper.Web.Controllers.ApiPersonController

Inheritance: ApiControllerBase
Datei anzeigen Open project: KHProjects/KH-Parker-Fox

Public Methods

Method 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 method

public ApiPersonController ( ICodeCamperUow uow ) : System
uow ICodeCamperUow
return System

Delete() public method

public Delete ( int id ) : void
id int
return void

Get() public method

public Get ( ) : IEnumerable
return IEnumerable

Get() public method

public Get ( int id ) : string
id int
return string

Post() public method

public Post ( RegisterViewModel registerViewModel ) : void
registerViewModel RegisterViewModel
return void

Put() public method

public Put ( int id, [ value ) : void
id int
value [
return void