Ejemplo n.º 1
0
 public int DeleteCLIENTE(String BaseRemoteIp, int BaseIdUser, long?CONTRATO)
 {
     return(CLIENTE.Delete(CONTRATO));
 }