7 lines
No EOL
205 B
C#
7 lines
No EOL
205 B
C#
namespace DrinkRateAPI.ApiModels.ProductCompanyTableCouple;
|
|
|
|
public class ProductCompanyTableCouplePost
|
|
{
|
|
public string ProductTableName { get; set; }
|
|
public string CompanyTableName { get; set; }
|
|
} |