Esempio n. 1
0
 public List <Job> GetAll()
 {
     return(_jobDal.GetAll());
 }