mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
feed table added
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace LiveGameFeed.Models
|
||||
{
|
||||
@@ -11,5 +12,7 @@ namespace LiveGameFeed.Models
|
||||
public int GuestScore { get; set; }
|
||||
public DateTime MatchDate { get; set; }
|
||||
public string Type { get; set; }
|
||||
|
||||
public ICollection<FeedViewModel> Feeds {get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user