10 lines
160 B
C#
10 lines
160 B
C#
|
namespace BlueWest.Data
|
||
|
{
|
||
|
public partial class Industry
|
||
|
{
|
||
|
public int Id { get; set; }
|
||
|
public string IndustryType { get; set; }
|
||
|
}
|
||
|
}
|
||
|
|