Method | Description | |
---|---|---|
AirCraftsController ( ) : System.Web.Http | ||
AirCraftsController ( IBunniesData data ) : System.Web.Http |
Method | Description | |
---|---|---|
AddBunny ( int id, int bunnyId ) : IHttpActionResult | ||
All ( ) : IHttpActionResult | ||
Create ( |
||
Delete ( int id ) : IHttpActionResult | ||
GetById ( int id ) : IHttpActionResult | ||
Update ( int id, |
public AirCraftsController ( ) : System.Web.Http | ||
return | System.Web.Http |
public AirCraftsController ( IBunniesData data ) : System.Web.Http | ||
data | IBunniesData | |
return | System.Web.Http |