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