C# Class BurningPlate.Services.RestaurantService

Inheritance: IRestaurantService
Datei anzeigen Open project: claco/burningplate.com

Public Methods

Method Description
All ( ) : IList
GetById ( System.Guid id ) : Restaurant
RestaurantService ( IRestaurantRepository repository ) : System

Method Details

All() public method

public All ( ) : IList
return IList

GetById() public method

public GetById ( System.Guid id ) : Restaurant
id System.Guid
return BurningPlate.Models.Restaurant

RestaurantService() public method

public RestaurantService ( IRestaurantRepository repository ) : System
repository IRestaurantRepository
return System