예제 #1
0
 public IEnumerable <Emp> Get()
 {
     return(_empRepository.GetAllEmp());
 }