Example #1
0
 public Int32 Alterar(Controle.DL.Fornecedor forn)
 {
     return(new ConexaoBD().getConexao().Update(forn));
 }
Example #2
0
 public Int32 Excluir(Controle.DL.Fornecedor forn)
 {
     return(new ConexaoBD().getConexao().Delete(forn));
 }
Example #3
0
 public Int32 Inserir(Controle.DL.Fornecedor forn)
 {
     return(new ConexaoBD().getConexao().Insert(forn));
 }