using HotelContracts.ViewModels; namespace HotelBusinessLogic.OfficePackage.HelperModels { public class WordInfoHeadwaiter { public string FileName { get; set; } = string.Empty; public string Title { get; set; } = string.Empty; public List LunchRooms { get; set; } = new(); } }