public IHttpActionResult GetAllEmployees() { return(Ok(empService.GetList())); }
// GET: Employee public ActionResult Index() { return(View(empService.GetList())); }