mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 01:37:59 +00:00
feed table added
This commit is contained in:
@@ -27,7 +27,7 @@ namespace LiveGameFeed.Data
|
||||
HostScore = 0,
|
||||
GuestScore = 0,
|
||||
MatchDate = DateTime.Now,
|
||||
Type = MatchTypeEnums.Football,
|
||||
Type = MatchTypeEnums.Basketball,
|
||||
Feeds = new List<Feed>
|
||||
{
|
||||
new Feed()
|
||||
@@ -45,7 +45,7 @@ namespace LiveGameFeed.Data
|
||||
HostScore = 0,
|
||||
GuestScore = 0,
|
||||
MatchDate = DateTime.Now,
|
||||
Type = MatchTypeEnums.Football,
|
||||
Type = MatchTypeEnums.Basketball,
|
||||
Feeds = new List<Feed>
|
||||
{
|
||||
new Feed()
|
||||
|
||||
Reference in New Issue
Block a user