C# 클래스 ATS.Data.Model.CodeTable

파일 보기 프로젝트 열기: victordc/ATS 1 사용 예제들

공개 메소드들

메소드 설명
GetAll ( ) : IEnumerable
GetById ( int codeTableId ) : CodeTable
Save ( ) : string

메소드 상세

GetAll() 공개 정적인 메소드

public static GetAll ( ) : IEnumerable
리턴 IEnumerable

GetById() 공개 정적인 메소드

public static GetById ( int codeTableId ) : CodeTable
codeTableId int
리턴 CodeTable

Save() 공개 메소드

public Save ( ) : string
리턴 string