예제 #1
0
 public Work GetById(int id)
 {
     return(_workDal.GetById(id));
 }