ClienteSetting constructor

ClienteSetting()

Implementation

ClienteSetting() : super(name: 'cliente', isData: true) {
  bind(members: [accesoVendedoresTodosLosClientes]);
}