C# Class AsgSearch.web.Controllers.PastSearchesController

Inheritance: ApiController
Exibir arquivo Open project: asg123/NTRquizzes

Public Methods

Method Description
Delete ( int id ) : void
Get ( ) : IEnumerable
Get ( int id ) : Query
PastSearchesController ( IQueryService svc ) : System
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 ) : Query
id int
return AsgSearch.DAL.Query

PastSearchesController() public method

public PastSearchesController ( IQueryService svc ) : System
svc IQueryService
return System

Post() public method

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

Put() public method

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