C# Class DevRainSolutions.KyivSmartCity.New.Areas.Admin.Models.ExpertRepository

Inheritance: IExpertRepository
Afficher le fichier Open project: DevRainSolutions/KyivSmartCity

Méthodes publiques

Méthode Description
AllIncluding ( ) : IQueryable
Delete ( int id ) : void
Dispose ( ) : void
Find ( int id ) : Expert
InsertOrUpdate ( Expert expert ) : void
Save ( ) : void

Method Details

AllIncluding() public méthode

public AllIncluding ( ) : IQueryable
Résultat IQueryable

Delete() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Find() public méthode

public Find ( int id ) : Expert
id int
Résultat DevRainSolutions.KyivSmartCity.New.Models.Expert

InsertOrUpdate() public méthode

public InsertOrUpdate ( Expert expert ) : void
expert DevRainSolutions.KyivSmartCity.New.Models.Expert
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void