コード例 #1
0
 public async Task <IEnumerable <TopicOutput> > GetAll()
 {
     return(await _topicApplicationService.GetAll());
 }
コード例 #2
0
 public IActionResult Index()
 {
     throw new Exception("Error Custom");
     return(View(_applicationService.GetAll()));
 }