C# 클래스 tmf.web.Models.RestaurantRepository

상속: IRestaurantRepository
파일 보기 프로젝트 열기: tomsdev/youfood-aspmvc

공개 메소드들

메소드 설명
AllIncluding ( ) : IQueryable
Delete ( System id ) : void
Dispose ( ) : void
Find ( System id ) : Restaurant
InsertOrUpdate ( Restaurant restaurant ) : void
Save ( ) : void

메소드 상세

AllIncluding() 공개 메소드

public AllIncluding ( ) : IQueryable
리턴 IQueryable

Delete() 공개 메소드

public Delete ( System id ) : void
id System
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Find() 공개 메소드

public Find ( System id ) : Restaurant
id System
리턴 tmf.entities.Restaurant

InsertOrUpdate() 공개 메소드

public InsertOrUpdate ( Restaurant restaurant ) : void
restaurant tmf.entities.Restaurant
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void