C# Class tmf.web.Models.ProductTypeRepository

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

Public Methods

Method Description
AllIncluding ( ) : IQueryable
Delete ( System id ) : void
Dispose ( ) : void
Find ( System id ) : ProductType
InsertOrUpdate ( ProductType producttype ) : 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 ) : ProductType
id System
return tmf.entities.ProductType

InsertOrUpdate() public method

public InsertOrUpdate ( ProductType producttype ) : void
producttype tmf.entities.ProductType
return void

Save() public method

public Save ( ) : void
return void