Beispiel #1
0
        // Get Holiday/Index to get all holidays
        public IActionResult Index()
        {
            List <Concern> concern = _employee.GetAllConcern();

            return(View(concern));
        }