C# Class BurningPlate.Models.Restaurants

Show file Open project: claco/burningplate.com

Public Methods

Method Description
All ( ) : IEnumerable
GetById ( int id ) : Restaurant

Method Details

All() public static method

public static All ( ) : IEnumerable
return IEnumerable

GetById() public static method

public static GetById ( int id ) : Restaurant
id int
return Restaurant