Пример #1
0
 public Task <IReadOnlyList <JobDescriptor> > GetJobsAsync(int skip, int take, bool ascending = false)
 {
     return(_jobStore.GetJobsAsync(skip, take, ascending));
 }