public VMPlantillaListaProveedor(PlantillaListaProveedor dto) : base(dto) { //this.SetPresentadorEspecial("PresentadorProveedores", this.Modelo.Proveedores); this.ControladorPlantilla = new ControladorPlantillaListaPrecio(this.Modelo.Columnas); }
public VMListaProveedor(ListaDePrecios lista) : base(lista) { this.ControladorPlantilla = new ControladorPlantillaListaPrecio(this.Modelo.Columnas); }
public VMSeleccionaColor(ColorColumnaPlantilla DTO) : base(DTO) { this.controlador = new ControladorPlantillaListaPrecio(); }