CRM Tutorial Issue

Hi,

Getting to grips with Radzen by following the CRM tutorial.
I've come to section: Customize CRUD pages | Create a Blazor CRM application with Radzen (Blazor)

OpportunitiesController.Custom.cs is referencing namespaces that don't exist. (using BlazorCrmWasm.Models;) My project also doesn't contain a OpportunitiesController class either.

I took a look at the Github repo and that too doesn't include these bits.
(https://github.com/radzenhq/radzen-examples/tree/master/CRMDemoBlazor)

Can you point me in the right direction?

The tutorial is for both server Blazor and Blazor WebAssembly. The code you’ve posted is for WASM.

ok. so it's either one or the other.

As someone coming from desktop (WFP) development, I didn't get that. The tutorial does not make this clear.