C# Class EntityRepository, code

Inheritance: Repository
Mostra file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
GetByKey ( object key ) : Entity,
Insert ( Entity entity ) : Entity
Update ( Entity entity ) : void

Method Details

GetByKey() public method

public GetByKey ( object key ) : Entity,
key object
return Entity,

Insert() public method

public Insert ( Entity entity ) : Entity
entity Entity
return Entity

Update() public method

public Update ( Entity entity ) : void
entity Entity
return void