Esempio n. 1
0
 bool IProduto.Gravar(ref IProduto_e Entidade)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 IPreco IProduto.Preco(IProduto_e Entidade)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 ICodigo IProduto.Codigo(IProduto_e Entidade)
 {
     throw new NotImplementedException();
 }