Example #1
0
 public string Remove(string tabela, string campoId, int valorId)
 {
     return(_persistencia.Delete(tabela, campoId, valorId));
 }