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