I have a DTO
export class ContractSelect { number: number; desc: string; }
I\'m using this structure in 2 selects [(ngModel)] options lik