C# Class Swashbuckle.Dummy.Controllers.PolymorphicTypesController

Inheritance: ApiController
Datei anzeigen Open project: BenjaminAdams/Swashbuckle-blue

Public Methods

Method Description
Create ( Elephant elephant ) : int
GetAll ( ) : IEnumerable

Method Details

Create() public method

public Create ( Elephant elephant ) : int
elephant Elephant
return int

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable