C# Class AW.Webapi.Sample.Controllers.ValuesController

Inheritance: ApiController
Show file Open project: xBoo/AlipayandWepay-NET-SDK

Public Methods

Method Description
Delete ( int id ) : void
Get ( ) : IEnumerable
Get ( int id ) : string
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 ( ) : IEnumerable
return IEnumerable

Get() public method

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

Post() public method

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

Put() public method

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