Theme Bäuerliche Welten - noi-techpark/odh-docs GitHub Wiki

If an accommodation's AccoTypeId is Farm the theme "Bäuerliche Welten" is added to the ThemeIds.

The Code:

Is implemented here.

if (myacco.AccoTypeId == "Farm")
{
    myacco.ThemeIds.Add("Bäuerliche Welten");
}