C# Class HealthInformationProgram.Data.Repositories.LookupBeneficiaryTypeRepository

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

Méthodes publiques

Méthode Description
CreateBeneficiaryType ( lkup_bnfcry entity ) : int
GetAll ( ) : List
GetBeneficiaryType ( decimal id ) : lkup_bnfcry
Update ( lkup_bnfcry entity ) : int

Method Details

CreateBeneficiaryType() public méthode

public CreateBeneficiaryType ( lkup_bnfcry entity ) : int
entity HealthInformationProgram.Data.Tables.lkup_bnfcry
Résultat int

GetAll() public méthode

public GetAll ( ) : List
Résultat List

GetBeneficiaryType() public méthode

public GetBeneficiaryType ( decimal id ) : lkup_bnfcry
id decimal
Résultat HealthInformationProgram.Data.Tables.lkup_bnfcry

Update() public méthode

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