Exemplo n.º 1
0
 public Job GetByIdWithUrgency(int id)
 {
     return(_jobDal.GetByIdWithUrgency(id));
 }