Exemplo n.º 1
0
        public IActionResult AllProjectPlan(int Id)
        {
            //  ViewBag.Value = 0;
            //    var results = _repository.GetAllProjectPlan_WithProjectId(Id);
            var results = _repository.GetAllProjectPlan();

            return(View(results));
        }