Beispiel #1
0
 public IActionResult OpportunityList()
 {
     ViewData.Model = _opportunityRepository.GetOpportunities();
     return(View());
 }