Exemple #1
0
 public Work FindByIdWithPriority(int id)
 {
     return(_workDal.FindByIdWithPriority(id));
 }