public void Update(Produto Entitie) { _InterfaceProduto.Update(Entitie); }
public void Update(Produto Produto) { _InterfaceProduto.Update(Produto); }