C# Class BurningPlate.Repositories.SqlRestaurantRepository

Inheritance: IRestaurantRepository
Show file Open project: claco/burningplate.com

Public Methods

Method Description
All ( ) : IQueryable
GetById ( System.Guid id ) : Restaurant

Method Details

All() public method

public All ( ) : IQueryable
return IQueryable

GetById() public method

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