예제 #1
0
 public IEnumerable <Job> GetJobs()
 {
     return(_context.Jobs.Select(c => _jobHelper.Converter(c)).ToList());
 }