namespace HotelPms.Client.Blazor.Util; public class WindowDimensions { public int Width { get; set; } public int Height { get; set; } }