Beispiel #1
0
 // GET api/values
 public IEnumerable <Employee> Get(int id)
 {
     return(bl.GetEmployeeById(id));
 }