Ejemplo n.º 1
0
 public CLIENTEEntity GetCLIENTE(long?CONTRATO)
 {
     return(CLIENTE.GetOne(CONTRATO));
 }