예제 #1
0
 public async Task <IEnumerable <Job> > GetByDate(long start, long end, string userId)
 {
     return(await _jobsRepository.GetByDate(start, end, userId));
 }