Esempio n. 1
0
 public async Task <ProductDto> Get(int id)
 {
     return(await _productQueryService.GetAsyc(id));
 }