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