예제 #1
0
 static public bool Borrar(long Id)
 {
     return(ClientesDAO.Borrar(Id));
 }