C# Class EntityRepository, code

Inheritance: Repository
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
GetByKey ( object key ) : Entity,
Insert ( Entity entity ) : Entity
Update ( Entity entity ) : void

Method Details

GetByKey() public méthode

public GetByKey ( object key ) : Entity,
key object
Résultat Entity,

Insert() public méthode

public Insert ( Entity entity ) : Entity
entity Entity
Résultat Entity

Update() public méthode

public Update ( Entity entity ) : void
entity Entity
Résultat void