Example #1
0
 public IEnumerable <Work> getAll()
 {
     return(_repo.GetAllWork());
 }