Exemplo n.º 1
0
 public void Excluir(controle oControle)
 {
     _Repository.Excluir(oControle);
 }
Exemplo n.º 2
0
 public void Excluir(CONTROLE oControle)
 {
     _Repository.Excluir(oControle);
 }