Beispiel #1
0
 public void EditarInformacaoPendente(InformacaoPendente informacaoPendente)
 {
     _conexao.Update(informacaoPendente);
 }
Beispiel #2
0
 public void EditarInformacaoPendente(InformacaoPendente informacaoPendente)
 {
     _dataBase.EditarInformacaoPendente(informacaoPendente);
 }
Beispiel #3
0
 public void AdicionarInformacaoPendente(InformacaoPendente informacaoPendente)
 {
     _conexao.Insert(informacaoPendente);
 }
Beispiel #4
0
 public void AdicionarInformacaoPendente(InformacaoPendente informacaoPendente)
 {
     _dataBase.AdicionarInformacaoPendente(informacaoPendente);
 }