예제 #1
0
 public bool RegistrarCliente(DTCliente pCliente)
 {
     return(true);
 }
예제 #2
0
 public bool ModificarCliente(DTCliente pCliente)
 {
     return(true);
 }