namespace ProRestaurant.Classes { public class AppSettings { public string Secret { get; set; } } }