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