C# Class AsgSearch.web.Controllers.PastSearchesController

Inheritance: ApiController
Afficher le fichier Open project: asg123/NTRquizzes

Méthodes publiques

Méthode 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 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 ) : Query
id int
Résultat AsgSearch.DAL.Query

PastSearchesController() public méthode

public PastSearchesController ( IQueryService svc ) : System
svc IQueryService
Résultat System

Post() public méthode

public Post ( [ value ) : void
value [
Résultat void

Put() public méthode

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