C# Class tmf.web.Models.OrderCookedRepository

Inheritance: IOrderCookedRepository
Datei anzeigen Open project: tomsdev/youfood-aspmvc

Public Methods

Method Description
AllIncluding ( ) : IQueryable
Delete ( System id ) : void
Dispose ( ) : void
Find ( System id ) : OrderCooked
InsertOrUpdate ( OrderCooked ordercooked ) : void
Save ( ) : void

Method Details

AllIncluding() public method

public AllIncluding ( ) : IQueryable
return IQueryable

Delete() public method

public Delete ( System id ) : void
id System
return void

Dispose() public method

public Dispose ( ) : void
return void

Find() public method

public Find ( System id ) : OrderCooked
id System
return OrderCooked

InsertOrUpdate() public method

public InsertOrUpdate ( OrderCooked ordercooked ) : void
ordercooked OrderCooked
return void

Save() public method

public Save ( ) : void
return void