New table StockGroups added
This commit is contained in:
10
DataDomain/ShareModel.cs
Normal file
10
DataDomain/ShareModel.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace DataDomain
|
||||
{
|
||||
public class ShareModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string GroupName { get; set; }
|
||||
public string StockName { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user