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