Exemple #1
0
        public IActionResult EditEmployee(Employee emp)
        {
            string edtemp = employeeBAL.EditEmployee(emp);

            return(Ok(edtemp));
        }