Beispiel #1
0
 // GET api/values/5
 public IEnumerable <Employee> GetEmployeesList()
 {
     return(bl.GetEmployeeList());
 }