Beispiel #1
0
 public IActionResult Index()
 {
     ViewBag.Project = _repository.GetAllProject();
     return(View());
 }