C# Class Restaurant.Server.Controllers.FoodsController

Inheritance: ApiController
Datei anzeigen Open project: Jurabek/Restaurant

Public Methods

Method Description
GetFoods ( ) : IQueryable

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DeleteFood ( System.Guid id ) : Task
FoodExists ( System.Guid id ) : bool
GetFood ( System.Guid id ) : Task
PostFood ( Food food ) : Task
PutFood ( System.Guid id, Food food ) : Task

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetFoods() public method

public GetFoods ( ) : IQueryable
return IQueryable