C# Class tmf.web.Models.OrderCreatingRepository

Inheritance: IOrderCreatingRepository
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 ) : OrderCreating
InsertOrUpdate ( OrderCreating ordercreating ) : void
PurgeDatabase ( ) : 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 ) : OrderCreating
id System
Résultat OrderCreating

InsertOrUpdate() public méthode

public InsertOrUpdate ( OrderCreating ordercreating ) : void
ordercreating OrderCreating
Résultat void

PurgeDatabase() public méthode

public PurgeDatabase ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void