C# Class Swashbuckle.Dummy.Controllers.CustomersController

Inheritance: ApiController
Afficher le fichier Open project: BenjaminAdams/Swashbuckle-blue

Méthodes publiques

Méthode Description
Create ( Customer customer ) : int
Delete ( int id ) : void

Private Methods

Méthode Description
Update ( int id, Customer customer ) : void

Method Details

Create() public méthode

public Create ( Customer customer ) : int
customer Customer
Résultat int

Delete() public méthode

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