feed table added

This commit is contained in:
chsakell
2016-10-03 13:09:12 +03:00
parent 4f2b3ea97f
commit 66d1a2a07f
10 changed files with 93 additions and 74 deletions

View File

@@ -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; }
}
}