示例#1
0
 public async Task <IActionResult> Details(string id)
 {
     return(this.View(await reflectionService.GetReflectionDetails(id)));
 }