using Microsoft.AspNetCore.Components; namespace Manager.App.Components.Layout; public partial class MainLayout { [CascadingParameter] public ApplicationLayout? ApplicationLayout { get; set; } }