示例#1
0
 public IProduto PegarProdutoPorSku(string sku)
 {
     return(_produtoServices.PegarProdutoPorSku(sku));
 }