drinkrate/DrinkRateAPI/ApiModels/ProductTable/ProductTableGet.cs

8 lines
No EOL
224 B
C#

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