Example #1
0
 public IEnumerable <Employee> GetEmployees()
 {
     return(emp.Getdata());
 }