C# Class GeneralRepository, code

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

Méthodes publiques

Méthode Description
GeneralRepository ( )
SelectByID ( int? id ) : T

Method Details

GeneralRepository() public méthode

public GeneralRepository ( )

SelectByID() public méthode

public SelectByID ( int? id ) : T
id int?
Résultat T