mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 09:17:47 +00:00
update match scores
This commit is contained in:
@@ -27,7 +27,7 @@ namespace LiveGameFeed.Data
|
||||
HostScore = 0,
|
||||
GuestScore = 0,
|
||||
MatchDate = DateTime.Now,
|
||||
Type = "Football",
|
||||
Type = MatchTypeEnums.Football,
|
||||
Feeds = new List<Feed>
|
||||
{
|
||||
new Feed()
|
||||
@@ -45,7 +45,7 @@ namespace LiveGameFeed.Data
|
||||
HostScore = 0,
|
||||
GuestScore = 0,
|
||||
MatchDate = DateTime.Now,
|
||||
Type = "Football",
|
||||
Type = MatchTypeEnums.Football,
|
||||
Feeds = new List<Feed>
|
||||
{
|
||||
new Feed()
|
||||
@@ -63,7 +63,7 @@ namespace LiveGameFeed.Data
|
||||
HostScore = 0,
|
||||
GuestScore = 0,
|
||||
MatchDate = DateTime.Now,
|
||||
Type = "Basketball",
|
||||
Type = MatchTypeEnums.Basketball,
|
||||
Feeds = new List<Feed>
|
||||
{
|
||||
new Feed()
|
||||
|
||||
Reference in New Issue
Block a user