C# Class tmf.web.Models.ProductTypeRepository

Inheritance: IProductTypeRepository
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 ) : ProductType
InsertOrUpdate ( ProductType producttype ) : 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 ) : ProductType
id System
Résultat tmf.entities.ProductType

InsertOrUpdate() public méthode

public InsertOrUpdate ( ProductType producttype ) : void
producttype tmf.entities.ProductType
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void