コード例 #1
0
 internal IEnumerable <Job> GetByUserId(string userId)
 {
     return(_repo.GetJobsByUserId(userId));
 }