コード例 #1
0
ファイル: StatusService.cs プロジェクト: dfriedenberger/jawis
 public IList <JobHistory> GetHistory()
 {
     return(_configReader.ReadStatusList <JobHistory>("history"));
 }