Ejemplo n.º 1
0
 public async Task <ProductData> GetProductByCodeAsync(string code)
 {
     return(await productApi.GetAsync(code));
 }