Exemplo n.º 1
0
 public List <Work> GetUnFinishedWithPriority()
 {
     return(_workDal.GetUnFinishedWithPriority());
 }