示例#1
0
 public async Task <ActionResult> GetByCode([FromRoute] string code)
 {
     return(new JsonResult(await _productApplicationService.GetByCodeAsync(code)));
 }