C# Class tmf.web.Models.OrderCookingRepository

Inheritance: IOrderCookingRepository
Afficher le fichier Open project: tomsdev/youfood-aspmvc

Méthodes publiques

Méthode Description
AllIncluding ( ) : IQueryable
Delete ( System id ) : void
Dispose ( ) : void
Find ( System id ) : OrderCooking
InsertOrUpdate ( OrderCooking ordercooking ) : void
Save ( ) : void

Method Details

AllIncluding() public méthode

public AllIncluding ( ) : IQueryable
Résultat IQueryable

Delete() public méthode

public Delete ( System id ) : void
id System
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Find() public méthode

public Find ( System id ) : OrderCooking
id System
Résultat OrderCooking

InsertOrUpdate() public méthode

public InsertOrUpdate ( OrderCooking ordercooking ) : void
ordercooking OrderCooking
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void