C# Class EvCoSample.API.Controllers.ProductController

Inheritance: ApiController
Afficher le fichier Open project: florindpreda/EventualConsistency.DomainEvents.AzureServiceBus

Méthodes publiques

Méthode Description
Delete ( [ command ) : void
Get ( ) : IEnumerable
Get ( int id ) : string
Post ( [ value ) : void
ProductController ( IProductService productService ) : System
Put ( int id, [ value ) : void

Method Details

Delete() public méthode

public Delete ( [ command ) : void
command [
Résultat void

Get() public méthode

public Get ( ) : IEnumerable
Résultat IEnumerable

Get() public méthode

public Get ( int id ) : string
id int
Résultat string

Post() public méthode

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

ProductController() public méthode

public ProductController ( IProductService productService ) : System
productService IProductService
Résultat System

Put() public méthode

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