예제 #1
0
 public IEnumerable <Employee> GetAll()
 {
     return(_dao.GetAll());
 }