mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
added Data, Models, EntityFramework
This commit is contained in:
12
Models/IEntityBase.cs
Normal file
12
Models/IEntityBase.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LiveGameFeed.Models
|
||||
{
|
||||
public interface IEntityBase
|
||||
{
|
||||
int Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user