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

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

공개 메소드들

메소드 설명
AllIncluding ( ) : IQueryable
Delete ( System id ) : void
Dispose ( ) : void
Find ( System id ) : OrderCooking
InsertOrUpdate ( OrderCooking ordercooking ) : 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 ) : OrderCooking
id System
리턴 OrderCooking

InsertOrUpdate() 공개 메소드

public InsertOrUpdate ( OrderCooking ordercooking ) : void
ordercooking OrderCooking
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void