Exemple #1
0
 public void Destroy(string DNI)
 {
     _IClienteCAD.Destroy(DNI);
 }
Exemple #2
0
 public void Destroy(int id
                     )
 {
     _IClienteCAD.Destroy(id);
 }
Exemple #3
0
 public void Destroy(string nif)
 {
     _IClienteCAD.Destroy(nif);
 }