コード例 #1
0
        public IActionResult EmployeeCount()
        {
            var countEmployee = _employee.CountEmployee();

            return(Ok(countEmployee));
        }