mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
create MatchScore update API method
This commit is contained in:
11
Models/MatchScore.cs
Normal file
11
Models/MatchScore.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
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