C# Class ATS.Data.Model.CodeTable

Show file Open project: victordc/ATS Class Usage Examples

Public Methods

Method Description
GetAll ( ) : IEnumerable
GetById ( int codeTableId ) : CodeTable
Save ( ) : string

Method Details

GetAll() public static method

public static GetAll ( ) : IEnumerable
return IEnumerable

GetById() public static method

public static GetById ( int codeTableId ) : CodeTable
codeTableId int
return CodeTable

Save() public method

public Save ( ) : string
return string