コード例 #1
0
ファイル: JobManager.cs プロジェクト: aaliakinci/ToDo
 public List <Job> GetJobsWithAllColumns()
 {
     return(_jobDal.GetJobsWithAllColumns());
 }