예제 #1
0
 public static bool ExisteCliente(String IDCliente)
 {
     return(adapter.ExisteCliente(IDCliente) == 1);
 }