C# Class NDC2010.ScheduleTextFileRepository

Inheritance: IScheduleRepository
ファイルを表示 Open project: alexyork/NDC2010

Public Methods

Method Description
GetAll ( ) : List
Save ( List sessionIds ) : void

Method Details

GetAll() public method

public GetAll ( ) : List
return List

Save() public method

public Save ( List sessionIds ) : void
sessionIds List
return void