Beispiel #1
0
 public Work FindByIdWithActions(int id)
 {
     return(_workDal.FindByIdWithActions(id));
 }