C# Class HealthInformationProgram.Data.Repositories.LookupGenderRepository

Inheritance: BaseRepository
Afficher le fichier Open project: MedicalTeams/Hip_Admin Class Usage Examples

Méthodes publiques

Méthode Description
CreateGender ( lkup_gndr entity ) : int
GetAll ( ) : List
GetGender ( decimal id ) : lkup_gndr
Update ( lkup_gndr entity ) : int

Method Details

CreateGender() public méthode

public CreateGender ( lkup_gndr entity ) : int
entity HealthInformationProgram.Data.Tables.lkup_gndr
Résultat int

GetAll() public méthode

public GetAll ( ) : List
Résultat List

GetGender() public méthode

public GetGender ( decimal id ) : lkup_gndr
id decimal
Résultat HealthInformationProgram.Data.Tables.lkup_gndr

Update() public méthode

public Update ( lkup_gndr entity ) : int
entity HealthInformationProgram.Data.Tables.lkup_gndr
Résultat int