예제 #1
0
파일: Produto_c.cs 프로젝트: anluarta/HOPE
 bool IProduto.Gravar(ref IProduto_e Entidade)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: Produto_c.cs 프로젝트: anluarta/HOPE
 IPreco IProduto.Preco(IProduto_e Entidade)
 {
     throw new NotImplementedException();
 }
예제 #3
0
파일: Produto_c.cs 프로젝트: anluarta/HOPE
 ICodigo IProduto.Codigo(IProduto_e Entidade)
 {
     throw new NotImplementedException();
 }