namespace DrinkRateAPI.ApiModels.ProductTable; public class ProductTablePost { public string ProductTableName { get; set; } }