예제 #1
0
 public Employee GetbyId(Guid id)
 {
     return(_empRepository.GetbyId(id));
 }