コード例 #1
0
 public async Task <ActionResult> GetAll()
 {
     return(new JsonResult(await _productApplicationService.GetAllAsync()));
 }