Beispiel #1
0
 // GET: api/Employees
 public IQueryable <spGetEmployees_Result> GetEmployees()
 {
     return(db.spGetEmployees().AsQueryable());
 }