namespace DrinkRateAPI.ApiModels.ProductTable; public class ProductCompanyTableCouplePostResponse { public string ProductTableName { get; set; } public string ProductTableId { get; set; } public string CompanyTableName { get; set; } public string CompanyTableId { get; set; } }