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