Ejemplo n.º 1
0
        public IActionResult EmployeePanel([FromBody] TblEmployeePanelMapping tblEmployee)
        {
            int result = _imasters.CreateEmployeePanel(tblEmployee);

            return(Ok(result));
        }