C# Class Wam.Controllers.ApplicationsController

Inheritance: ApiController
ファイルを表示 Open project: jannunzi/dev

Public Methods

Method Description
Delete ( int id ) : void
Get ( int id ) : string
GetAllApplications ( ) : List
GetApplicationsForUsername ( string username ) : List
Post ( [ value ) : void
Put ( int id, [ value ) : void

Method Details

Delete() public method

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

Get() public method

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

GetAllApplications() public method

public GetAllApplications ( ) : List
return List

GetApplicationsForUsername() public method

public GetApplicationsForUsername ( string username ) : List
username string
return List

Post() public method

public Post ( [ value ) : void
value [
return void

Put() public method

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