Метод | Описание | |
---|---|---|
GetApps ( ) : IQueryable | ||
PutApp ( int id, App app ) : IHttpActionResult |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
AppExists ( int id ) : bool | ||
DeleteApp ( int id ) : IHttpActionResult | ||
GetApp ( int id ) : IHttpActionResult | ||
GetAppByAppName ( String AppName ) : IHttpActionResult | ||
GetAppBycategory ( String CategoryName ) : IHttpActionResult | ||
PostApp ( App app ) : IHttpActionResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public PutApp ( int id, App app ) : IHttpActionResult | ||
id | int | |
app | App | |
Результат | IHttpActionResult |