C# 클래스 HealthInformationProgram.Data.Repositories.LookupBeneficiaryTypeRepository

상속: BaseRepository
파일 보기 프로젝트 열기: MedicalTeams/Hip_Admin 1 사용 예제들

공개 메소드들

메소드 설명
CreateBeneficiaryType ( lkup_bnfcry entity ) : int
GetAll ( ) : List
GetBeneficiaryType ( decimal id ) : lkup_bnfcry
Update ( lkup_bnfcry entity ) : int

메소드 상세

CreateBeneficiaryType() 공개 메소드

public CreateBeneficiaryType ( lkup_bnfcry entity ) : int
entity HealthInformationProgram.Data.Tables.lkup_bnfcry
리턴 int

GetAll() 공개 메소드

public GetAll ( ) : List
리턴 List

GetBeneficiaryType() 공개 메소드

public GetBeneficiaryType ( decimal id ) : lkup_bnfcry
id decimal
리턴 HealthInformationProgram.Data.Tables.lkup_bnfcry

Update() 공개 메소드

public Update ( lkup_bnfcry entity ) : int
entity HealthInformationProgram.Data.Tables.lkup_bnfcry
리턴 int