C# Class PERMWebSolution.Controllers.GroupingSourceController

Inheritance: ApiController
Afficher le fichier Open project: VK-EIF/PERM-WEB-SOURCE

Méthodes publiques

Méthode Description
Delete ( int id ) : void
Post ( [ value ) : void
Put ( int id, [ value ) : void

Private Methods

Méthode Description
GetGroupingRisks ( ) : IHttpActionResult
GetGroupings ( ) : IHttpActionResult

Method Details

Delete() public méthode

public Delete ( int id ) : void
id int
Résultat void

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