예제 #1
0
 //R
 public Employee GetByID(int id)
 {
     return(_da.GetByID(id));
 }