Пример #1
0
 public ViewResult Index() //This one is for admin to view currentprojects
 {
     return(View(projectRepo.GetAllCurrentProjects()));
 }