C# Class Restaurant.Server.Controllers.FoodsController

Inheritance: ApiController
Afficher le fichier Open project: Jurabek/Restaurant

Méthodes publiques

Méthode Description
GetFoods ( ) : IQueryable

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetFoods() public méthode

public GetFoods ( ) : IQueryable
Résultat IQueryable