C# Class Emvelope.Integration.Controllers.ProductsController

Inheritance: ApiController
Afficher le fichier Open project: jonnii/emvelope

Méthodes publiques

Méthode Description
Get ( ) : PagedEnumerable
Get ( int id ) : Product
Post ( Product product ) : Product

Method Details

Get() public méthode

public Get ( ) : PagedEnumerable
Résultat PagedEnumerable

Get() public méthode

public Get ( int id ) : Product
id int
Résultat Emvelope.Integration.Models.Product

Post() public méthode

public Post ( Product product ) : Product
product Emvelope.Integration.Models.Product
Résultat Emvelope.Integration.Models.Product