예제 #1
0
 public IList <JobHistory> GetHistory()
 {
     return(_configReader.ReadStatusList <JobHistory>("history"));
 }