Exemplo n.º 1
0
 public void Atualizar(MNotificacao notificacao)
 {
     sqlConnection.Update(notificacao);
 }
Exemplo n.º 2
0
 public void Add(MNotificacao notificacao)
 {
     sqlConnection.Insert(notificacao);
 }