C# Class tmf.web.Models.OrderPaidRepository

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

Public Methods

Method Description
AllIncluding ( ) : IQueryable
Delete ( System id ) : void
Dispose ( ) : void
Find ( System id ) : OrderPaid
InsertOrUpdate ( OrderPaid orderpaid ) : 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 ) : OrderPaid
id System
return OrderPaid

InsertOrUpdate() public method

public InsertOrUpdate ( OrderPaid orderpaid ) : void
orderpaid OrderPaid
return void

Save() public method

public Save ( ) : void
return void