Beispiel #1
0
 // GET: Efforts
 public ActionResult Index()
 {
     return(View(Effort.GetEffortsByRole().ToList()));
 }