Method | Description | |
---|---|---|
GetApps ( ) : IQueryable | ||
PutApp ( int id, App app ) : IHttpActionResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AppExists ( int id ) : bool | ||
DeleteApp ( int id ) : IHttpActionResult | ||
GetApp ( int id ) : IHttpActionResult | ||
GetAppByAppName ( String AppName ) : IHttpActionResult | ||
GetAppBycategory ( String CategoryName ) : IHttpActionResult | ||
PostApp ( App app ) : IHttpActionResult |
public PutApp ( int id, App app ) : IHttpActionResult | ||
id | int | |
app | App | |
return | IHttpActionResult |