C# Class BurningPlate.Services.RestaurantService

Inheritance: IRestaurantService
Afficher le fichier Open project: claco/burningplate.com

Méthodes publiques

Méthode Description
All ( ) : IList
GetById ( System.Guid id ) : Restaurant
RestaurantService ( IRestaurantRepository repository ) : System

Method Details

All() public méthode

public All ( ) : IList
Résultat IList

GetById() public méthode

public GetById ( System.Guid id ) : Restaurant
id System.Guid
Résultat BurningPlate.Models.Restaurant

RestaurantService() public méthode

public RestaurantService ( IRestaurantRepository repository ) : System
repository IRestaurantRepository
Résultat System