mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 09:17:47 +00:00
move update score to matches api
This commit is contained in:
@@ -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;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user