C# 클래스 BurningPlate.Services.RestaurantService

상속: IRestaurantService
파일 보기 프로젝트 열기: claco/burningplate.com

공개 메소드들

메소드 설명
All ( ) : IList
GetById ( System.Guid id ) : Restaurant
RestaurantService ( IRestaurantRepository repository ) : System

메소드 상세

All() 공개 메소드

public All ( ) : IList
리턴 IList

GetById() 공개 메소드

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

RestaurantService() 공개 메소드

public RestaurantService ( IRestaurantRepository repository ) : System
repository IRestaurantRepository
리턴 System