namespace ProRestaurant.Containers { public class TradingHourContainer { public string Description { get; set; } public string Time { get; set; } } }