move update score to matches api

This commit is contained in:
chsakell
2016-10-04 13:02:22 +03:00
parent cc3b7fbbc5
commit 182d2d205f
4 changed files with 43 additions and 17 deletions

View File

@@ -1,10 +1,7 @@
using System;
namespace LiveGameFeed.Models
{
public class MatchScore
{
public int MatchId { get; set; }
public int HostScore { get; set; }
public int GuestScore {get; set;}
}