예제 #1
0
 public static JobList GetAllJobs(long userId)
 {
     return(JobsContext.GetAllJobs(userId));
 }