예제 #1
0
 public List <Job> GetJobsWithAppUserID(int appUserId)
 {
     return(_jobDal.GetJobsWithAppUserID(appUserId));
 }