CRM demo walk-through - missing controller

Hello,
Trying to familiarize myself with this product, working through the tutorial at https://www.radzen.com/documentation/crm-introduction/. At the create dashboard page section, there is a mention of server\Controllers\ServerMethodsController.cs - a file which does not exist in the project. Anyone know the correct procedure here? Many thanks

Hi @Graeme_Atkinson,
Make certain you are following the correct tutorial. The link you posted is for the Angular version.
For Blazor see



ServerMethodsController.cs is only used for WASM version

Many thanks for your reply - I was following the Blazer tutorial - but it still refers to the ServerMethodsController.cs file. Need to get my head around various components, but suspect I just need to focus on the Home.razor.cs code changes?
Thanks again.